SYMBOL INDEX (9407 symbols across 765 files) FILE: Docker/additional-ressources/developer-tools/java-debugging/app/src/main/java/com/docker/UserSignup/controller/UserController.java class UserController (line 18) | @Controller method signup (line 25) | @RequestMapping(value="/signup", method=RequestMethod.GET) method signup (line 32) | @RequestMapping(value="/signup", method=RequestMethod.POST) method login (line 46) | @RequestMapping(value="/login", method=RequestMethod.GET) method login (line 53) | @RequestMapping(value="/login", method=RequestMethod.POST) FILE: Docker/additional-ressources/developer-tools/java-debugging/app/src/main/java/com/docker/UserSignup/model/User.java class User (line 19) | @Entity method getId (line 50) | public Long getId() { method setId (line 54) | public void setId(Long id) { method getUserName (line 58) | public String getUserName() { method setUserName (line 62) | public void setUserName(String userName) { method getFirstName (line 66) | public String getFirstName() { method setFirstName (line 70) | public void setFirstName(String firstName) { method getLastName (line 74) | public String getLastName() { method setLastName (line 78) | public void setLastName(String lastName) { method getPassword (line 82) | public String getPassword() { method setPassword (line 86) | public void setPassword(String password) { method getEmailAddress (line 90) | public String getEmailAddress() { method setEmailAddress (line 94) | public void setEmailAddress(String emailAddress) { method getDateOfBirth (line 98) | public Date getDateOfBirth() { method setDateOfBirth (line 102) | public void setDateOfBirth(Date dateOfBirth) { FILE: Docker/additional-ressources/developer-tools/java-debugging/app/src/main/java/com/docker/UserSignup/model/UserLogin.java class UserLogin (line 7) | public class UserLogin { method getPassword (line 17) | public String getPassword() { method getUserName (line 21) | public String getUserName() { method setPassword (line 25) | public void setPassword(String password) { method setUserName (line 29) | public void setUserName(String userName) { FILE: Docker/additional-ressources/developer-tools/java-debugging/app/src/main/java/com/docker/UserSignup/repository/UserRepository.java type UserRepository (line 10) | @Repository("userRepository") method findByUserName (line 13) | @Query("select s from User s where s.userName = :userName") FILE: Docker/additional-ressources/developer-tools/java-debugging/app/src/main/java/com/docker/UserSignup/service/UserService.java type UserService (line 5) | public interface UserService { method save (line 6) | User save(User user); method findByLogin (line 7) | boolean findByLogin(String userName, String password); method findByUserName (line 8) | boolean findByUserName(String userName); FILE: Docker/additional-ressources/developer-tools/java-debugging/app/src/main/java/com/docker/UserSignup/service/UserServiceImpl.java class UserServiceImpl (line 10) | @Service("userService") method save (line 16) | @Transactional method findByLogin (line 21) | public boolean findByLogin(String userName, String password) { method findByUserName (line 31) | public boolean findByUserName(String userName) { FILE: Docker/additional-ressources/developer-tools/java-debugging/app/src/main/java/com/docker/UserSignup/util/Rot13.java class Rot13 (line 3) | public class Rot13 { method rot13 (line 5) | public static String rot13(String password) { FILE: Docker/additional-ressources/developer-tools/java-debugging/app/src/main/webapp/bootstrap/js/bootstrap.js function transitionEnd (line 36) | function transitionEnd() { function removeElement (line 121) | function removeElement() { function clearMenus (line 767) | function clearMenus() { function getParent (line 778) | function getParent($this) { function complete (line 1339) | function complete() { function ScrollSpy (line 1607) | function ScrollSpy(element, options) { function next (line 1808) | function next() { FILE: Docker/additional-ressources/developer-tools/java-debugging/app/src/main/webapp/jquery-1.8.3.js function createOptions (line 911) | function createOptions( options ) { function dataAttr (line 1801) | function dataAttr( elem, key, data ) { function isEmptyDataObject (line 1833) | function isEmptyDataObject( obj ) { function returnFalse (line 3274) | function returnFalse() { function returnTrue (line 3277) | function returnTrue() { function Sizzle (line 3880) | function Sizzle( selector, context, results, seed ) { function createInputPseudo (line 3949) | function createInputPseudo( type ) { function createButtonPseudo (line 3957) | function createButtonPseudo( type ) { function createPositionalPseudo (line 3965) | function createPositionalPseudo( fn ) { function siblingCheck (line 4560) | function siblingCheck( a, b, ret ) { function tokenize (line 4683) | function tokenize( selector, parseOnly ) { function addCombinator (line 4746) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 4798) | function elementMatcher( matchers ) { function condense (line 4812) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 4833) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 4926) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 4978) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function multipleContexts (line 5102) | function multipleContexts( selector, contexts, results ) { function select (line 5111) | function select( selector, context, results, seed, xml ) { function setFilters (line 5338) | function setFilters() {} function isDisconnected (line 5504) | function isDisconnected( node ) { function sibling (line 5508) | function sibling( cur, dir ) { function winnow (line 5616) | function winnow( elements, qualifier, keep ) { function createSafeFragment (line 5649) | function createSafeFragment( document ) { function findOrAppend (line 6033) | function findOrAppend( elem, tag ) { function cloneCopyEvent (line 6037) | function cloneCopyEvent( src, dest ) { function cloneFixAttributes (line 6065) | function cloneFixAttributes( src, dest ) { function getAll (line 6208) | function getAll( elem ) { function fixDefaultChecked (line 6221) | function fixDefaultChecked( elem ) { function jQuerySub (line 6517) | function jQuerySub( selector, context ) { function vendorPropName (line 6563) | function vendorPropName( style, name ) { function isHidden (line 6585) | function isHidden( elem, el ) { function showHide (line 6590) | function showHide( elements, show ) { function setPositiveNumber (line 6900) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 6907) | function augmentWidthOrHeight( elem, name, extra, isBorderBox ) { function getWidthOrHeight (line 6949) | function getWidthOrHeight( elem, name, extra ) { function css_defaultDisplay (line 6992) | function css_defaultDisplay( nodeName ) { function buildParams (line 7246) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 7335) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 7369) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 7411) | function ajaxExtend( target, src ) { function done (line 7722) | function done( status, nativeStatusText, responses, headers ) { function ajaxHandleResponses (line 8015) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8077) | function ajaxConvert( s, response ) { function createStandardXHR (line 8344) | function createStandardXHR() { function createActiveXHR (line 8350) | function createActiveXHR() { function createFxNow (line 8604) | function createFxNow() { function createTweens (line 8611) | function createTweens( animation, props ) { function Animation (line 8626) | function Animation( elem, properties, options ) { function propFilter (line 8724) | function propFilter( props, specialEasing ) { function defaultPrefilter (line 8791) | function defaultPrefilter( elem, props, opts ) { function Tween (line 8915) | function Tween( elem, options, prop, end, easing ) { function genFx (line 9099) | function genFx( type, includeWidth ) { function getWindow (line 9405) | function getWindow( elem ) { FILE: Docker/additional-ressources/developer-tools/java-debugging/registration-database/docker-entrypoint-initdb.d/initialize_db.sql type `user` (line 3) | CREATE TABLE `user` ( FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.Core/Env.cs class Env (line 6) | public class Env method Get (line 12) | private static string Get(string variable) FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.EndToEndTests/ProspectSignUp.feature.cs class ProspectSignUpFeature (line 18) | [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "2.... method FeatureSetup (line 29) | [Microsoft.VisualStudio.TestTools.UnitTesting.ClassInitializeAttribute()] method FeatureTearDown (line 38) | [Microsoft.VisualStudio.TestTools.UnitTesting.ClassCleanupAttribute()] method TestInitialize (line 45) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestInitializeAttribute()] method ScenarioTearDown (line 55) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestCleanupAttribute()] method ScenarioSetup (line 61) | public virtual void ScenarioSetup(TechTalk.SpecFlow.ScenarioInfo scena... method ScenarioCleanup (line 66) | public virtual void ScenarioCleanup() method SignUpWithValidDetails (line 71) | public virtual void SignUpWithValidDetails(string firstName, string la... method SignUpWithValidDetails_Variant0 (line 88) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant1 (line 104) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant2 (line 120) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant3 (line 136) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant4 (line 152) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant5 (line 168) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant6 (line 184) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant7 (line 200) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant8 (line 216) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant9 (line 232) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant10 (line 248) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant11 (line 264) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant12 (line 280) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant13 (line 296) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant14 (line 312) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant15 (line 328) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant16 (line 344) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant17 (line 360) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant18 (line 376) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant19 (line 392) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant20 (line 408) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant21 (line 424) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant22 (line 440) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant23 (line 456) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant24 (line 472) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] method SignUpWithValidDetails_Variant25 (line 488) | [Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute()] FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.EndToEndTests/ProspectSignUpSteps.cs class ProspectSignUpSteps (line 11) | [Binding] method Setup (line 16) | [BeforeFeature] method TearDown (line 22) | [AfterFeature] method GivenIBrowseToTheSignUpPageAt (line 29) | [Given(@"I browse to the Sign Up Page at ""(.*)""")] method GivenIEnterDetails (line 36) | [Given(@"I enter details '(.*)' '(.*)' '(.*)' '(.*)' '(.*)' '(.*)'")] method WhenIPressGo (line 49) | [When(@"I press Go")] method ThenIShouldSeeTheThankYouPage (line 56) | [Then(@"I should see the Thank You page")] FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.Entities/Country.cs class Country (line 3) | public class Country FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.Entities/Prospect.cs class Prospect (line 3) | public class Prospect FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.Entities/Role.cs class Role (line 3) | public class Role FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.MessageHandlers.IndexProspect/Config.cs class Config (line 6) | public class Config method Get (line 12) | private static string Get(string variable) FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.MessageHandlers.IndexProspect/Documents/Prospect.cs class Prospect (line 5) | public class Prospect FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.MessageHandlers.IndexProspect/Indexer/Index.cs class Index (line 7) | public class Index method Setup (line 9) | public static void Setup() method CreateDocument (line 17) | public static void CreateDocument(Prospect prospect) FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.MessageHandlers.IndexProspect/Program.cs class Program (line 10) | class Program method Main (line 14) | static void Main(string[] args) method IndexProspect (line 32) | private static void IndexProspect(object sender, MsgHandlerEventArgs e) FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.MessageHandlers.SaveProspect/Program.cs class Program (line 11) | class Program method Main (line 15) | static void Main(string[] args) method SaveProspect (line 30) | private static void SaveProspect(object sender, MsgHandlerEventArgs e) FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.Messaging/Config.cs class Config (line 6) | public class Config method Get (line 12) | private static string Get(string variable) FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.Messaging/MessageHelper.cs class MessageHelper (line 7) | public class MessageHelper method ToData (line 9) | public static byte[] ToData(TMessage message) method FromData (line 16) | public static TMessage FromData(byte[] data) FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.Messaging/MessageQueue.cs class MessageQueue (line 6) | public static class MessageQueue method Publish (line 9) | public static void Publish(TMessage message) method CreateConnection (line 19) | public static IConnection CreateConnection() FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.Messaging/Messages/Events/ProspectSignedUpEvent.cs class ProspectSignedUpEvent (line 6) | public class ProspectSignedUpEvent : Message FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.Messaging/Messages/Message.cs class Message (line 5) | public abstract class Message method Message (line 11) | public Message() FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.Model.Tests/ProductLaunchContextTest.cs class ProductLaunchContextTest (line 7) | [TestClass] method Insert (line 10) | [TestMethod] FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v1-src/ProductLaunch/ProductLaunch.Model/Initializers/StaticDataInitializer.cs class StaticDataInitializer (line 6) | public class StaticDataInitializer : CreateDatabaseIfNotExists(TMessage message) method FromData (line 16) | public static TMessage FromData(byte[] data) FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v2-src/ProductLaunch/ProductLaunch.Messaging/MessageQueue.cs class MessageQueue (line 6) | public static class MessageQueue method Publish (line 9) | public static void Publish(TMessage message) method CreateConnection (line 19) | public static IConnection CreateConnection() FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v2-src/ProductLaunch/ProductLaunch.Messaging/Messages/Events/ProspectSignedUpEvent.cs class ProspectSignedUpEvent (line 6) | public class ProspectSignedUpEvent : Message FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v2-src/ProductLaunch/ProductLaunch.Messaging/Messages/Message.cs class Message (line 5) | public abstract class Message method Message (line 11) | public Message() FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v2-src/ProductLaunch/ProductLaunch.Model.Tests/ProductLaunchContextTest.cs class ProductLaunchContextTest (line 7) | [TestClass] method Insert (line 10) | [TestMethod] FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v2-src/ProductLaunch/ProductLaunch.Model/Config.cs class Config (line 6) | public class Config method Get (line 12) | private static string Get(string variable) FILE: Docker/additional-ressources/dockercon-us-2017/windows-modernize-aspnet-dev/v2-src/ProductLaunch/ProductLaunch.Model/Initializers/StaticDataInitializer.cs class StaticDataInitializer (line 6) | public class StaticDataInitializer : CreateDatabaseIfNotExists(TMessage message) method FromData (line 16) | public static TMessage FromData(byte[] data) FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v1-src/ProductLaunch/ProductLaunch.Messaging/MessageQueue.cs class MessageQueue (line 6) | public static class MessageQueue method Publish (line 9) | public static void Publish(TMessage message) method CreateConnection (line 19) | public static IConnection CreateConnection() FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v1-src/ProductLaunch/ProductLaunch.Messaging/Messages/Events/ProspectSignedUpEvent.cs class ProspectSignedUpEvent (line 6) | public class ProspectSignedUpEvent : Message FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v1-src/ProductLaunch/ProductLaunch.Messaging/Messages/Message.cs class Message (line 5) | public abstract class Message method Message (line 11) | public Message() FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v1-src/ProductLaunch/ProductLaunch.Model.Tests/ProductLaunchContextTest.cs class ProductLaunchContextTest (line 7) | [TestClass] method Insert (line 10) | [TestMethod] FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v1-src/ProductLaunch/ProductLaunch.Model/Initializers/StaticDataInitializer.cs class StaticDataInitializer (line 6) | public class StaticDataInitializer : CreateDatabaseIfNotExists(TMessage message) method FromData (line 16) | public static TMessage FromData(byte[] data) FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v2-src/ProductLaunch/ProductLaunch.Messaging/MessageQueue.cs class MessageQueue (line 6) | public static class MessageQueue method Publish (line 9) | public static void Publish(TMessage message) method CreateConnection (line 19) | public static IConnection CreateConnection() FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v2-src/ProductLaunch/ProductLaunch.Messaging/Messages/Events/ProspectSignedUpEvent.cs class ProspectSignedUpEvent (line 6) | public class ProspectSignedUpEvent : Message FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v2-src/ProductLaunch/ProductLaunch.Messaging/Messages/Message.cs class Message (line 5) | public abstract class Message method Message (line 11) | public Message() FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v2-src/ProductLaunch/ProductLaunch.Model.Tests/ProductLaunchContextTest.cs class ProductLaunchContextTest (line 7) | [TestClass] method Insert (line 10) | [TestMethod] FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v2-src/ProductLaunch/ProductLaunch.Model/Config.cs class Config (line 6) | public class Config method Get (line 12) | private static string Get(string variable) FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v2-src/ProductLaunch/ProductLaunch.Model/Initializers/StaticDataInitializer.cs class StaticDataInitializer (line 6) | public class StaticDataInitializer : CreateDatabaseIfNotExists(TMessage message) method FromData (line 16) | public static TMessage FromData(byte[] data) FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v3-src/ProductLaunch/ProductLaunch.Messaging/MessageQueue.cs class MessageQueue (line 6) | public static class MessageQueue method Publish (line 9) | public static void Publish(TMessage message) method CreateConnection (line 19) | public static IConnection CreateConnection() FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v3-src/ProductLaunch/ProductLaunch.Messaging/Messages/Events/ProspectSignedUpEvent.cs class ProspectSignedUpEvent (line 6) | public class ProspectSignedUpEvent : Message FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v3-src/ProductLaunch/ProductLaunch.Messaging/Messages/Message.cs class Message (line 5) | public abstract class Message method Message (line 11) | public Message() FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v3-src/ProductLaunch/ProductLaunch.Model.Tests/ProductLaunchContextTest.cs class ProductLaunchContextTest (line 7) | [TestClass] method Insert (line 10) | [TestMethod] FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v3-src/ProductLaunch/ProductLaunch.Model/Config.cs class Config (line 6) | public class Config method Get (line 12) | private static string Get(string variable) FILE: Docker/additional-ressources/windows/modernize-traditional-apps/modernize-aspnet/v3-src/ProductLaunch/ProductLaunch.Model/Initializers/StaticDataInitializer.cs class StaticDataInitializer (line 6) | public class StaticDataInitializer : CreateDatabaseIfNotExists method step_1 (line 449) | public function step_1() { method step_2 (line 688) | public function step_2() { method step_2_manage_upload (line 806) | public function step_2_manage_upload() { method step_3 (line 845) | public function step_3() { method finished (line 923) | public function finished() { method admin_page (line 933) | public function admin_page() { method attachment_fields_to_edit (line 953) | public function attachment_fields_to_edit( $form_fields ) { method filter_upload_tabs (line 965) | public function filter_upload_tabs( $tabs ) { method set_header_image (line 983) | final public function set_header_image( $choice ) { method remove_header_image (line 1032) | final public function remove_header_image() { method reset_header_image (line 1043) | final public function reset_header_image() { method get_header_dimensions (line 1071) | final public function get_header_dimensions( $dimensions ) { method create_attachment_object (line 1123) | final public function create_attachment_object( $cropped, $parent_atta... method insert_attachment (line 1150) | final public function insert_attachment( $object, $cropped ) { method ajax_header_crop (line 1171) | public function ajax_header_crop() { method ajax_header_add (line 1229) | public function ajax_header_add() { method ajax_header_remove (line 1255) | public function ajax_header_remove() { method customize_set_last_used (line 1278) | public function customize_set_last_used( $wp_customize ) { method get_default_header_images (line 1294) | public function get_default_header_images() { method get_uploaded_header_images (line 1334) | public function get_uploaded_header_images() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/export.php function export_add_js (line 24) | function export_add_js() { function export_date_options (line 130) | function export_date_options( $post_type = 'post' ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/ajax-actions.php function wp_ajax_nopriv_heartbeat (line 22) | function wp_ajax_nopriv_heartbeat() { function wp_ajax_fetch_list (line 85) | function wp_ajax_fetch_list() { function wp_ajax_ajax_tag_search (line 108) | function wp_ajax_ajax_tag_search() { function wp_ajax_wp_compression_test (line 164) | function wp_ajax_wp_compression_test() { function wp_ajax_imgedit_preview (line 214) | function wp_ajax_imgedit_preview() { function wp_ajax_oembed_cache (line 235) | function wp_ajax_oembed_cache() { function wp_ajax_autocomplete_user (line 245) | function wp_ajax_autocomplete_user() { function wp_ajax_dashboard_widgets (line 305) | function wp_ajax_dashboard_widgets() { function wp_ajax_logged_in (line 326) | function wp_ajax_logged_in() { function _wp_ajax_delete_comment_response (line 344) | function _wp_ajax_delete_comment_response( $comment_id, $delta = -1 ) { function _wp_ajax_add_hierarchical_term (line 435) | function _wp_ajax_add_hierarchical_term() { function wp_ajax_delete_comment (line 527) | function wp_ajax_delete_comment() { function wp_ajax_delete_tag (line 575) | function wp_ajax_delete_tag() { function wp_ajax_delete_link (line 600) | function wp_ajax_delete_link() { function wp_ajax_delete_meta (line 622) | function wp_ajax_delete_meta() { function wp_ajax_delete_post (line 643) | function wp_ajax_delete_post( $action ) { function wp_ajax_trash_post (line 668) | function wp_ajax_trash_post( $action ) { function wp_ajax_untrash_post (line 698) | function wp_ajax_untrash_post( $action ) { function wp_ajax_delete_page (line 709) | function wp_ajax_delete_page( $action ) { function wp_ajax_dim_comment (line 732) | function wp_ajax_dim_comment() { function wp_ajax_add_link_category (line 777) | function wp_ajax_add_link_category( $action ) { function wp_ajax_add_tag (line 815) | function wp_ajax_add_tag() { function wp_ajax_get_tagcloud (line 872) | function wp_ajax_get_tagcloud() { function wp_ajax_get_comments (line 921) | function wp_ajax_get_comments( $action ) { function wp_ajax_replyto_comment (line 973) | function wp_ajax_replyto_comment( $action ) { function wp_ajax_edit_comment (line 1094) | function wp_ajax_edit_comment() { function wp_ajax_add_menu_item (line 1139) | function wp_ajax_add_menu_item() { function wp_ajax_add_meta (line 1220) | function wp_ajax_add_meta() { function wp_ajax_add_user (line 1314) | function wp_ajax_add_user( $action ) { function wp_ajax_closed_postboxes (line 1358) | function wp_ajax_closed_postboxes() { function wp_ajax_hidden_columns (line 1390) | function wp_ajax_hidden_columns() { function wp_ajax_update_welcome_panel (line 1411) | function wp_ajax_update_welcome_panel() { function wp_ajax_menu_get_metabox (line 1427) | function wp_ajax_menu_get_metabox() { function wp_ajax_wp_link_ajax (line 1475) | function wp_ajax_wp_link_ajax() { function wp_ajax_menu_locations_save (line 1501) | function wp_ajax_menu_locations_save() { function wp_ajax_meta_box_order (line 1516) | function wp_ajax_meta_box_order() { function wp_ajax_menu_quick_search (line 1546) | function wp_ajax_menu_quick_search() { function wp_ajax_get_permalink (line 1562) | function wp_ajax_get_permalink() { function wp_ajax_sample_permalink (line 1573) | function wp_ajax_sample_permalink() { function wp_ajax_inline_save (line 1588) | function wp_ajax_inline_save() { function wp_ajax_inline_save_tax (line 1686) | function wp_ajax_inline_save_tax() { function wp_ajax_find_posts (line 1738) | function wp_ajax_find_posts() { function wp_ajax_widgets_order (line 1802) | function wp_ajax_widgets_order() { function wp_ajax_save_widget (line 1842) | function wp_ajax_save_widget() { function wp_ajax_update_widget (line 1937) | function wp_ajax_update_widget() { function wp_ajax_delete_inactive_widgets (line 1947) | function wp_ajax_delete_inactive_widgets() { function wp_ajax_upload_attachment (line 1982) | function wp_ajax_upload_attachment() { function wp_ajax_image_editor (line 2075) | function wp_ajax_image_editor() { function wp_ajax_set_post_thumbnail (line 2107) | function wp_ajax_set_post_thumbnail() { function wp_ajax_set_attachment_thumbnail (line 2145) | function wp_ajax_set_attachment_thumbnail() { function wp_ajax_date_format (line 2194) | function wp_ajax_date_format() { function wp_ajax_time_format (line 2203) | function wp_ajax_time_format() { function wp_ajax_wp_fullscreen_save_post (line 2213) | function wp_ajax_wp_fullscreen_save_post() { function wp_ajax_wp_remove_post_lock (line 2252) | function wp_ajax_wp_remove_post_lock() { function wp_ajax_dismiss_wp_pointer (line 2286) | function wp_ajax_dismiss_wp_pointer() { function wp_ajax_get_attachment (line 2310) | function wp_ajax_get_attachment() { function wp_ajax_query_attachments (line 2337) | function wp_ajax_query_attachments() { function wp_ajax_save_attachment (line 2389) | function wp_ajax_save_attachment() { function wp_ajax_save_attachment_compat (line 2463) | function wp_ajax_save_attachment_compat() { function wp_ajax_save_attachment_order (line 2510) | function wp_ajax_save_attachment_order() { function wp_ajax_send_attachment_to_editor (line 2550) | function wp_ajax_send_attachment_to_editor() { function wp_ajax_send_link_to_editor (line 2621) | function wp_ajax_send_link_to_editor() { function wp_ajax_heartbeat (line 2674) | function wp_ajax_heartbeat() { function wp_ajax_get_revision_diffs (line 2749) | function wp_ajax_get_revision_diffs() { function wp_ajax_save_user_color_scheme (line 2784) | function wp_ajax_save_user_color_scheme() { function wp_ajax_query_themes (line 2812) | function wp_ajax_query_themes() { function wp_ajax_parse_embed (line 2870) | function wp_ajax_parse_embed() { function wp_ajax_parse_media_shortcode (line 2962) | function wp_ajax_parse_media_shortcode() { function wp_ajax_destroy_sessions (line 3027) | function wp_ajax_destroy_sessions() { function wp_ajax_update_plugin (line 3065) | function wp_ajax_update_plugin() { function wp_ajax_press_this_save_post (line 3155) | function wp_ajax_press_this_save_post() { function wp_ajax_press_this_add_category (line 3170) | function wp_ajax_press_this_add_category() { function wp_ajax_crop_image (line 3185) | function wp_ajax_crop_image() { function wp_ajax_generate_password (line 3297) | function wp_ajax_generate_password() { function wp_ajax_save_wporg_username (line 3306) | function wp_ajax_save_wporg_username() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/bookmark.php function add_link (line 16) | function add_link() { function edit_link (line 28) | function edit_link( $link_id = 0 ) { function get_default_link_to_edit (line 60) | function get_default_link_to_edit() { function wp_delete_link (line 87) | function wp_delete_link( $link_id ) { function wp_get_link_cats (line 124) | function wp_get_link_cats( $link_id = 0 ) { function get_link_to_edit (line 137) | function get_link_to_edit( $link_id ) { function wp_insert_link (line 152) | function wp_insert_link( $linkdata, $wp_error = false ) { function wp_set_link_cats (line 250) | function wp_set_link_cats( $link_id = 0, $link_categories = array() ) { function wp_update_link (line 271) | function wp_update_link( $linkdata ) { function wp_link_manager_disabled_message (line 301) | function wp_link_manager_disabled_message() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-ftp-pure.php class ftp (line 28) | class ftp extends ftp_base { method __construct (line 30) | function __construct($verb=FALSE, $le=FALSE) { method ftp (line 34) | function ftp($verb=FALSE, $le=FALSE) { method _settimeout (line 42) | function _settimeout($sock) { method _connect (line 51) | function _connect($host, $port) { method _readmsg (line 62) | function _readmsg($fnction="_readmsg"){ method _exec (line 86) | function _exec($cmd, $fnction="_exec") { method _data_prepare (line 102) | function _data_prepare($mode=FTP_ASCII) { method _data_read (line 131) | function _data_read($mode=FTP_ASCII, $fp=NULL) { method _data_write (line 147) | function _data_write($mode=FTP_ASCII, $fp=NULL) { method _data_write_block (line 163) | function _data_write_block($mode, $block) { method _data_close (line 175) | function _data_close() { method _quit (line 181) | function _quit($force=FALSE) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-ftp-sockets.php class ftp (line 28) | class ftp extends ftp_base { method __construct (line 30) | function __construct($verb=FALSE, $le=FALSE) { method ftp (line 34) | function ftp($verb=FALSE, $le=FALSE) { method _settimeout (line 42) | function _settimeout($sock) { method _connect (line 56) | function _connect($host, $port) { method _readmsg (line 73) | function _readmsg($fnction="_readmsg"){ method _exec (line 97) | function _exec($cmd, $fnction="_exec") { method _data_prepare (line 113) | function _data_prepare($mode=FTP_ASCII) { method _data_read (line 177) | function _data_read($mode=FTP_ASCII, $fp=NULL) { method _data_write (line 200) | function _data_write($mode=FTP_ASCII, $fp=NULL) { method _data_write_block (line 222) | function _data_write_block($mode, $block) { method _data_close (line 235) | function _data_close() { method _quit (line 242) | function _quit() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-ftp.php method __construct (line 124) | function __construct($port_mode=FALSE, $verb=FALSE, $le=FALSE) { method ftp_base (line 156) | function ftp_base($port_mode=FALSE) { function SendMSG (line 226) | function SendMSG($message = "", $crlf=true) { function SetType (line 234) | function SetType($mode=FTP_AUTOASCII) { function _settype (line 244) | function _settype($mode=FTP_ASCII) { function Passive (line 259) | function Passive($pasv=NULL) { function SetServer (line 271) | function SetServer($host, $port=21, $reconnect=true) { function SetUmask (line 304) | function SetUmask($umask=0022) { function SetTimeout (line 311) | function SetTimeout($timeout=30) { function connect (line 319) | function connect($server=NULL) { function quit (line 350) | function quit($force=false) { function login (line 361) | function login($user=NULL, $pass=NULL) { function pwd (line 380) | function pwd() { function cdup (line 386) | function cdup() { function chdir (line 392) | function chdir($pathname) { function rmdir (line 398) | function rmdir($pathname) { function mkdir (line 404) | function mkdir($pathname) { function rename (line 410) | function rename($from, $to) { function filesize (line 420) | function filesize($pathname) { function abort (line 430) | function abort() { function mdtm (line 440) | function mdtm($pathname) { function systype (line 453) | function systype() { function delete (line 460) | function delete($pathname) { function site (line 466) | function site($command, $fnction="site") { function chmod (line 472) | function chmod($pathname, $mode) { function restore (line 477) | function restore($from) { function features (line 491) | function features() { function rawlist (line 503) | function rawlist($pathname="", $arg="") { function nlist (line 507) | function nlist($pathname="", $arg="") { function is_exists (line 511) | function is_exists($pathname) { function file_exists (line 515) | function file_exists($pathname) { function fget (line 527) | function fget($fp, $remotefile,$rest=0) { function get (line 551) | function get($remotefile, $localfile=NULL, $rest=0) { function fput (line 586) | function fput($remotefile, $fp) { function put (line 610) | function put($localfile, $remotefile=NULL, $rest=0) { function mput (line 649) | function mput($local=".", $remote=NULL, $continious=false) { function mget (line 682) | function mget($remote, $local=".", $continious=false) { function mdel (line 721) | function mdel($remote, $continious=false) { function mmkdir (line 759) | function mmkdir($dir, $mode = 0777) { function glob (line 768) | function glob($pattern, $handle=NULL) { function glob_pattern_match (line 795) | function glob_pattern_match($pattern,$string) { function glob_regexp (line 818) | function glob_regexp($pattern,$probe) { function dirlist (line 826) | function dirlist($remote) { function _checkCode (line 850) | function _checkCode() { function _list (line 854) | function _list($arg="", $cmd="LIST", $fnction="_list") { function PushError (line 881) | function PushError($fctname,$msg,$desc=false){ function PopError (line 893) | function PopError(){ FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-pclzip.php class PclZip (line 190) | class PclZip method __construct (line 215) | function __construct($p_zipname) method PclZip (line 233) | public function PclZip($p_zipname) { method create (line 275) | function create($p_filelist) method add (line 458) | function add($p_filelist) method listContent (line 647) | function listContent() method extract (line 704) | function extract() method extractByIndex (line 861) | function extractByIndex($p_index) method delete (line 1010) | function delete() method deleteByIndex (line 1069) | function deleteByIndex($p_index) method properties (line 1093) | function properties() method duplicate (line 1166) | function duplicate($p_archive) method merge (line 1225) | function merge($p_archive_to_add) method errorCode (line 1276) | function errorCode() method errorName (line 1292) | function errorName($p_with_code=false) method errorInfo (line 1338) | function errorInfo($p_full=false) method privCheckFormat (line 1377) | function privCheckFormat($p_level=0) method privParseOptions (line 1430) | function privParseOptions(&$p_options_list, $p_size, &$v_result_list, ... method privOptionDefaultThreshold (line 1830) | function privOptionDefaultThreshold(&$p_options) method privFileDescrParseAtt (line 1874) | function privFileDescrParseAtt(&$p_file_list, &$p_filedescr, $v_option... method privFileDescrExpand (line 2003) | function privFileDescrExpand(&$p_filedescr_list, &$p_options) method privCreate (line 2128) | function privCreate($p_filedescr_list, &$p_result_list, &$p_options) method privAdd (line 2163) | function privAdd($p_filedescr_list, &$p_result_list, &$p_options) method privOpenFd (line 2342) | function privOpenFd($p_mode) method privCloseFd (line 2376) | function privCloseFd() method privAddList (line 2403) | function privAddList($p_filedescr_list, &$p_result_list, &$p_options) method privAddFileList (line 2467) | function privAddFileList($p_filedescr_list, &$p_result_list, &$p_options) method privAddFile (line 2529) | function privAddFile($p_filedescr, &$p_header, &$p_options) method privAddFileUsingTempFile (line 2800) | function privAddFileUsingTempFile($p_filedescr, &$p_header, &$p_options) method privCalculateStoredFilename (line 2912) | function privCalculateStoredFilename(&$p_filedescr, &$p_options) method privWriteFileHeader (line 3024) | function privWriteFileHeader(&$p_header) method privWriteCentralFileHeader (line 3069) | function privWriteCentralFileHeader(&$p_header) method privWriteCentralHeader (line 3122) | function privWriteCentralHeader($p_nb_entries, $p_size, $p_offset, $p_... method privList (line 3151) | function privList(&$p_list) method privConvertHeader2FileInfo (line 3238) | function privConvertHeader2FileInfo($p_header, &$p_info) method privExtractByRule (line 3277) | function privExtractByRule(&$p_file_list, $p_path, $p_remove_path, $p_... method privExtractFile (line 3617) | function privExtractFile(&$p_entry, $p_path, $p_remove_path, $p_remove... method privExtractFileUsingTempFile (line 3966) | function privExtractFileUsingTempFile(&$p_entry, &$p_options) method privExtractFileInOutput (line 4042) | function privExtractFileInOutput(&$p_entry, &$p_options) method privExtractFileAsString (line 4153) | function privExtractFileAsString(&$p_entry, &$p_string, &$p_options) method privReadFileHeader (line 4274) | function privReadFileHeader(&$p_header) method privReadCentralFileHeader (line 4377) | function privReadCentralFileHeader(&$p_header) method privCheckFileHeaders (line 4485) | function privCheckFileHeaders(&$p_local_header, &$p_central_header) method privReadEndCentralDir (line 4522) | function privReadEndCentralDir(&$p_central_dir) method privDeleteByRule (line 4679) | function privDeleteByRule(&$p_result_list, &$p_options) method privDirCheck (line 4989) | function privDirCheck($p_dir, $p_is_dir=false) method privMerge (line 5044) | function privMerge(&$p_archive_to_add) method privDuplicate (line 5229) | function privDuplicate($p_archive_filename) method privErrorLog (line 5289) | function privErrorLog($p_error_code=0, $p_error_string='') method privErrorReset (line 5306) | function privErrorReset() method privDisableMagicQuotes (line 5324) | function privDisableMagicQuotes() method privSwapBackMagicQuotes (line 5358) | function privSwapBackMagicQuotes() function PclZipUtilPathReduction (line 5393) | function PclZipUtilPathReduction($p_dir) function PclZipUtilPathInclusion (line 5474) | function PclZipUtilPathInclusion($p_dir, $p_path) function PclZipUtilCopyBlock (line 5551) | function PclZipUtilCopyBlock($p_src, $p_dest, $p_size, $p_mode=0) function PclZipUtilRename (line 5613) | function PclZipUtilRename($p_src, $p_dest) function PclZipUtilOptionText (line 5643) | function PclZipUtilOptionText($p_option) function PclZipUtilTranslateWinPath (line 5674) | function PclZipUtilTranslateWinPath($p_path, $p_remove_disk_letter=true) FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-walker-category-checklist.php class Walker_Category_Checklist (line 19) | class Walker_Category_Checklist extends Walker { method start_lvl (line 34) | public function start_lvl( &$output, $depth = 0, $args = array() ) { method end_lvl (line 50) | public function end_lvl( &$output, $depth = 0, $args = array() ) { method start_el (line 68) | public function start_el( &$output, $category, $depth = 0, $args = arr... method end_el (line 122) | public function end_el( &$output, $category, $depth = 0, $args = array... FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-walker-nav-menu-checklist.php class Walker_Nav_Menu_Checklist (line 16) | class Walker_Nav_Menu_Checklist extends Walker_Nav_Menu { method __construct (line 21) | public function __construct( $fields = false ) { method start_lvl (line 38) | public function start_lvl( &$output, $depth = 0, $args = array() ) { method end_lvl (line 54) | public function end_lvl( &$output, $depth = 0, $args = array() ) { method start_el (line 74) | public function start_el( &$output, $item, $depth = 0, $args = array()... FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-walker-nav-menu-edit.php class Walker_Nav_Menu_Edit (line 17) | class Walker_Nav_Menu_Edit extends Walker_Nav_Menu { method start_lvl (line 29) | public function start_lvl( &$output, $depth = 0, $args = array() ) {} method end_lvl (line 42) | public function end_lvl( &$output, $depth = 0, $args = array() ) {} method start_el (line 58) | public function start_el( &$output, $item, $depth = 0, $args = array()... FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-comments-list-table.php class WP_Comments_List_Table (line 18) | class WP_Comments_List_Table extends WP_List_Table { method __construct (line 40) | public function __construct( $args = array() ) { method floated_admin_avatar (line 57) | public function floated_admin_avatar( $name, $comment_ID ) { method ajax_user_can (line 66) | public function ajax_user_can() { method prepare_items (line 77) | public function prepare_items() { method get_per_page (line 166) | public function get_per_page( $comment_status = 'all' ) { method no_items (line 183) | public function no_items() { method get_views (line 199) | protected function get_views() { method get_bulk_actions (line 289) | protected function get_bulk_actions() { method extra_tablenav (line 321) | protected function extra_tablenav( $which ) { method current_action (line 377) | public function current_action() { method get_columns (line 390) | public function get_columns() { method get_sortable_columns (line 415) | protected function get_sortable_columns() { method get_default_primary_column_name (line 431) | protected function get_default_primary_column_name() { method display (line 438) | public function display() { method single_row (line 482) | public function single_row( $item ) { method handle_row_actions (line 518) | protected function handle_row_actions( $comment, $column_name, $primar... method column_cb (line 626) | public function column_cb( $comment ) { method column_comment (line 637) | public function column_comment( $comment ) { method column_author (line 677) | public function column_author( $comment ) { method column_date (line 716) | public function column_date( $comment ) { method column_response (line 732) | public function column_response() { method column_default (line 771) | public function column_default( $comment, $column_name ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-filesystem-base.php class WP_Filesystem_Base (line 14) | class WP_Filesystem_Base { method abspath (line 60) | public function abspath() { method wp_content_dir (line 76) | public function wp_content_dir() { method wp_plugins_dir (line 88) | public function wp_plugins_dir() { method wp_themes_dir (line 101) | public function wp_themes_dir( $theme = false ) { method wp_lang_dir (line 119) | public function wp_lang_dir() { method find_base_dir (line 140) | public function find_base_dir( $base = '.', $echo = false ) { method get_base_dir (line 162) | public function get_base_dir( $base = '.', $echo = false ) { method find_folder (line 180) | public function find_folder( $folder ) { method search_for_folder (line 248) | public function search_for_folder( $folder, $base = '.', $loop = false... method gethchmod (line 327) | public function gethchmod( $file ){ method getchmod (line 377) | public function getchmod( $file ) { method getnumchmodfromh (line 395) | public function getnumchmodfromh( $mode ) { method is_binary (line 426) | public function is_binary( $text ) { method chown (line 443) | public function chown( $file, $owner, $recursive = false ) { method connect (line 456) | public function connect() { method get_contents (line 470) | public function get_contents( $file ) { method get_contents_array (line 484) | public function get_contents_array( $file ) { method put_contents (line 500) | public function put_contents( $file, $contents, $mode = false ) { method cwd (line 513) | public function cwd() { method chdir (line 527) | public function chdir( $dir ) { method chgrp (line 543) | public function chgrp( $file, $group, $recursive = false ) { method chmod (line 559) | public function chmod( $file, $mode = false, $recursive = false ) { method owner (line 573) | public function owner( $file ) { method group (line 587) | public function group( $file ) { method copy (line 606) | public function copy( $source, $destination, $overwrite = false, $mode... method move (line 623) | public function move( $source, $destination, $overwrite = false ) { method delete (line 641) | public function delete( $file, $recursive = false, $type = false ) { method exists (line 655) | public function exists( $file ) { method is_file (line 669) | public function is_file( $file ) { method is_dir (line 683) | public function is_dir( $path ) { method is_readable (line 697) | public function is_readable( $file ) { method is_writable (line 710) | public function is_writable( $file ) { method atime (line 724) | public function atime( $file ) { method mtime (line 738) | public function mtime( $file ) { method size (line 752) | public function size( $file ) { method touch (line 772) | public function touch( $file, $time = 0, $atime = 0 ) { method mkdir (line 792) | public function mkdir( $path, $chmod = false, $chown = false, $chgrp =... method rmdir (line 808) | public function rmdir( $path, $recursive = false ) { method dirlist (line 839) | public function dirlist( $path, $include_hidden = true, $recursive = f... FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-filesystem-direct.php class WP_Filesystem_Direct (line 17) | class WP_Filesystem_Direct extends WP_Filesystem_Base { method __construct (line 26) | public function __construct($arg) { method get_contents (line 39) | public function get_contents($file) { method get_contents_array (line 51) | public function get_contents_array($file) { method put_contents (line 66) | public function put_contents( $file, $contents, $mode = false ) { method cwd (line 96) | public function cwd() { method chdir (line 108) | public function chdir($dir) { method chgrp (line 122) | public function chgrp($file, $group, $recursive = false) { method chmod (line 149) | public function chmod($file, $mode = false, $recursive = false) { method chown (line 181) | public function chown($file, $owner, $recursive = false) { method owner (line 204) | public function owner($file) { method getchmod (line 224) | public function getchmod($file) { method group (line 234) | public function group($file) { method copy (line 253) | public function copy($source, $destination, $overwrite = false, $mode ... method move (line 271) | public function move($source, $destination, $overwrite = false) { method delete (line 295) | public function delete($file, $recursive = false, $type = false) { method exists (line 328) | public function exists($file) { method is_file (line 337) | public function is_file($file) { method is_dir (line 346) | public function is_dir($path) { method is_readable (line 356) | public function is_readable($file) { method is_writable (line 366) | public function is_writable($file) { method atime (line 376) | public function atime($file) { method mtime (line 386) | public function mtime($file) { method size (line 396) | public function size($file) { method touch (line 408) | public function touch($file, $time = 0, $atime = 0) { method mkdir (line 425) | public function mkdir($path, $chmod = false, $chown = false, $chgrp = ... method rmdir (line 451) | public function rmdir($path, $recursive = false) { method dirlist (line 463) | public function dirlist($path, $include_hidden = true, $recursive = fa... FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-filesystem-ftpext.php method __construct (line 25) | public function __construct( $opt = '' ) { method connect (line 71) | public function connect() { method get_contents (line 115) | public function get_contents( $file ) { method get_contents_array (line 142) | public function get_contents_array($file) { method put_contents (line 154) | public function put_contents($file, $contents, $mode = false ) { method cwd (line 190) | public function cwd() { method chdir (line 203) | public function chdir($dir) { method chmod (line 215) | public function chmod($file, $mode = false, $recursive = false) { method owner (line 244) | public function owner($file) { method getchmod (line 254) | public function getchmod($file) { method group (line 265) | public function group($file) { method copy (line 279) | public function copy($source, $destination, $overwrite = false, $mode = ... method move (line 296) | public function move($source, $destination, $overwrite = false) { method delete (line 308) | public function delete($file, $recursive = false, $type = false) { method exists (line 329) | public function exists($file) { method is_file (line 345) | public function is_file($file) { method is_dir (line 355) | public function is_dir($path) { method is_readable (line 371) | public function is_readable($file) { method is_writable (line 381) | public function is_writable($file) { method atime (line 391) | public function atime($file) { method mtime (line 401) | public function mtime($file) { method size (line 411) | public function size($file) { method touch (line 421) | public function touch($file, $time = 0, $atime = 0) { method mkdir (line 434) | public function mkdir($path, $chmod = false, $chown = false, $chgrp = fa... method rmdir (line 452) | public function rmdir($path, $recursive = false) { function dirlist (line 546) | function dirlist($path = '.', $include_hidden = true, $recursive = false) { function __destruct (line 598) | function __destruct() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-filesystem-ftpsockets.php class WP_Filesystem_ftpsockets (line 17) | class WP_Filesystem_ftpsockets extends WP_Filesystem_Base { method __construct (line 29) | public function __construct( $opt = '' ) { method connect (line 66) | public function connect() { method get_contents (line 118) | public function get_contents( $file ) { method get_contents_array (line 157) | public function get_contents_array($file) { method put_contents (line 169) | public function put_contents($file, $contents, $mode = false ) { method cwd (line 208) | public function cwd() { method chdir (line 221) | public function chdir($file) { method chmod (line 233) | public function chmod($file, $mode = false, $recursive = false ) { method owner (line 260) | public function owner($file) { method getchmod (line 271) | public function getchmod($file) { method group (line 282) | public function group($file) { method copy (line 296) | public function copy($source, $destination, $overwrite = false, $mode ... method move (line 315) | public function move($source, $destination, $overwrite = false ) { method delete (line 327) | public function delete($file, $recursive = false, $type = false) { method exists (line 344) | public function exists( $file ) { method is_file (line 361) | public function is_file($file) { method is_dir (line 375) | public function is_dir($path) { method is_readable (line 390) | public function is_readable($file) { method is_writable (line 400) | public function is_writable($file) { method atime (line 410) | public function atime($file) { method mtime (line 420) | public function mtime($file) { method size (line 428) | public function size($file) { method touch (line 440) | public function touch($file, $time = 0, $atime = 0 ) { method mkdir (line 453) | public function mkdir($path, $chmod = false, $chown = false, $chgrp = ... method rmdir (line 472) | public function rmdir($path, $recursive = false ) { method dirlist (line 484) | public function dirlist($path = '.', $include_hidden = true, $recursiv... method __destruct (line 539) | public function __destruct() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-filesystem-ssh2.php class WP_Filesystem_SSH2 (line 36) | class WP_Filesystem_SSH2 extends WP_Filesystem_Base { method __construct (line 55) | public function __construct( $opt = '' ) { method connect (line 109) | public function connect() { method sftp_path (line 177) | public function sftp_path( $path ) { method run_command (line 191) | public function run_command( $command, $returnbool = false ) { method get_contents (line 222) | public function get_contents( $file ) { method get_contents_array (line 232) | public function get_contents_array($file) { method put_contents (line 244) | public function put_contents($file, $contents, $mode = false ) { method cwd (line 260) | public function cwd() { method chdir (line 274) | public function chdir($dir) { method chgrp (line 287) | public function chgrp($file, $group, $recursive = false ) { method chmod (line 303) | public function chmod($file, $mode = false, $recursive = false) { method chown (line 331) | public function chown( $file, $owner, $recursive = false ) { method owner (line 345) | public function owner($file) { method getchmod (line 361) | public function getchmod($file) { method group (line 371) | public function group($file) { method copy (line 390) | public function copy($source, $destination, $overwrite = false, $mode ... method move (line 407) | public function move($source, $destination, $overwrite = false) { method delete (line 419) | public function delete($file, $recursive = false, $type = false) { method exists (line 439) | public function exists($file) { method is_file (line 449) | public function is_file($file) { method is_dir (line 459) | public function is_dir($path) { method is_readable (line 469) | public function is_readable($file) { method is_writable (line 479) | public function is_writable($file) { method atime (line 490) | public function atime($file) { method mtime (line 500) | public function mtime($file) { method size (line 510) | public function size($file) { method touch (line 521) | public function touch($file, $time = 0, $atime = 0) { method mkdir (line 534) | public function mkdir($path, $chmod = false, $chown = false, $chgrp = ... method rmdir (line 557) | public function rmdir($path, $recursive = false) { method dirlist (line 569) | public function dirlist($path, $include_hidden = true, $recursive = fa... FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-importer.php class WP_Importer (line 5) | class WP_Importer { method __construct (line 10) | public function __construct() {} method get_imported_posts (line 21) | public function get_imported_posts( $importer_name, $bid ) { method count_imported_posts (line 61) | public function count_imported_posts( $importer_name, $bid ) { method get_imported_comments (line 89) | public function get_imported_comments( $bid ) { method set_blog (line 130) | public function set_blog( $blog_id ) { method set_user (line 162) | public function set_user( $user_id ) { method cmpr_strlen (line 184) | public function cmpr_strlen( $a, $b ) { method get_page (line 197) | public function get_page( $url, $username = '', $password = '', $head ... method bump_request_timeout (line 219) | public function bump_request_timeout( $val ) { method is_user_over_quota (line 228) | public function is_user_over_quota() { method min_whitespace (line 244) | public function min_whitespace( $string ) { method stop_the_insanity (line 254) | public function stop_the_insanity() { function get_cli_args (line 271) | function get_cli_args( $param, $required = false ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-internal-pointers.php class WP_Internal_Pointers (line 15) | final class WP_Internal_Pointers { method enqueue_scripts (line 31) | public static function enqueue_scripts( $hook_suffix ) { method print_js (line 108) | private static function print_js( $pointer_id, $selector, $args ) { method pointer_wp330_toolbar (line 143) | public static function pointer_wp330_toolbar() {} method pointer_wp330_media_uploader (line 144) | public static function pointer_wp330_media_uploader() {} method pointer_wp330_saving_widgets (line 145) | public static function pointer_wp330_saving_widgets() {} method pointer_wp340_customize_current_theme_link (line 146) | public static function pointer_wp340_customize_current_theme_link() {} method pointer_wp340_choose_image_from_library (line 147) | public static function pointer_wp340_choose_image_from_library() {} method pointer_wp350_media (line 148) | public static function pointer_wp350_media() {} method pointer_wp360_revisions (line 149) | public static function pointer_wp360_revisions() {} method pointer_wp360_locks (line 150) | public static function pointer_wp360_locks() {} method pointer_wp390_widgets (line 151) | public static function pointer_wp390_widgets() {} method pointer_wp410_dfw (line 152) | public static function pointer_wp410_dfw() {} method dismiss_pointers_for_new_users (line 163) | public static function dismiss_pointers_for_new_users( $user_id ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-links-list-table.php class WP_Links_List_Table (line 18) | class WP_Links_List_Table extends WP_List_Table { method __construct (line 30) | public function __construct( $args = array() ) { method ajax_user_can (line 41) | public function ajax_user_can() { method prepare_items (line 52) | public function prepare_items() { method no_items (line 74) | public function no_items() { method get_bulk_actions (line 82) | protected function get_bulk_actions() { method extra_tablenav (line 94) | protected function extra_tablenav( $which ) { method get_columns (line 125) | public function get_columns() { method get_sortable_columns (line 141) | protected function get_sortable_columns() { method get_default_primary_column_name (line 158) | protected function get_default_primary_column_name() { method column_cb (line 170) | public function column_cb( $link ) { method column_name (line 185) | public function column_name( $link ) { method column_url (line 202) | public function column_url( $link ) { method column_categories (line 217) | public function column_categories( $link ) { method column_rel (line 243) | public function column_rel( $link ) { method column_visible (line 255) | public function column_visible( $link ) { method column_rating (line 271) | public function column_rating( $link ) { method column_default (line 284) | public function column_default( $link, $column_name ) { method display_rows (line 296) | public function display_rows() { method handle_row_actions (line 320) | protected function handle_row_actions( $link, $column_name, $primary ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-list-table.php class WP_List_Table (line 16) | class WP_List_Table { method __construct (line 135) | public function __construct( $args = array() ) { method __get (line 177) | public function __get( $name ) { method __set (line 193) | public function __set( $name, $value ) { method __isset (line 208) | public function __isset( $name ) { method __unset (line 222) | public function __unset( $name ) { method __call (line 238) | public function __call( $name, $arguments ) { method ajax_user_can (line 252) | public function ajax_user_can() { method prepare_items (line 264) | public function prepare_items() { method set_pagination_args (line 276) | protected function set_pagination_args( $args ) { method get_pagination_arg (line 305) | public function get_pagination_arg( $key ) { method has_items (line 323) | public function has_items() { method no_items (line 333) | public function no_items() { method search_box (line 346) | public function search_box( $text, $input_id ) { method get_views (line 378) | protected function get_views() { method views (line 388) | public function views() { method get_bulk_actions (line 424) | protected function get_bulk_actions() { method bulk_actions (line 437) | protected function bulk_actions( $which = '' ) { method current_action (line 486) | public function current_action() { method row_actions (line 509) | protected function row_actions( $actions, $always_visible = false ) { method months_dropdown (line 540) | protected function months_dropdown( $post_type ) { method view_switcher (line 618) | protected function view_switcher( $current_mode ) { method comments_bubble (line 648) | protected function comments_bubble( $post_id, $pending_comments ) { method get_pagenum (line 699) | public function get_pagenum() { method get_items_per_page (line 718) | protected function get_items_per_page( $option, $default = 20 ) { method pagination (line 747) | protected function pagination( $which ) { method get_columns (line 872) | public function get_columns() { method get_sortable_columns (line 889) | protected function get_sortable_columns() { method get_default_primary_column_name (line 901) | protected function get_default_primary_column_name() { method get_primary_column (line 931) | public function get_primary_column() { method get_primary_column_name (line 943) | protected function get_primary_column_name() { method get_column_info (line 978) | protected function get_column_info() { method get_column_count (line 1033) | public function get_column_count() { method print_column_headers (line 1049) | public function print_column_headers( $with_id = true ) { method display (line 1123) | public function display() { method get_table_classes (line 1163) | protected function get_table_classes() { method display_tablenav (line 1174) | protected function display_tablenav( $which ) { method extra_tablenav (line 1203) | protected function extra_tablenav( $which ) {} method display_rows_or_placeholder (line 1211) | public function display_rows_or_placeholder() { method display_rows (line 1227) | public function display_rows() { method single_row (line 1240) | public function single_row( $item ) { method column_default (line 1251) | protected function column_default( $item, $column_name ) {} method column_cb (line 1257) | protected function column_cb( $item ) {} method single_row_columns (line 1267) | protected function single_row_columns( $item ) { method handle_row_actions (line 1323) | protected function handle_row_actions( $item, $column_name, $primary ) { method ajax_response (line 1333) | public function ajax_response() { method _js_vars (line 1366) | public function _js_vars() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-media-list-table.php class WP_Media_List_Table (line 18) | class WP_Media_List_Table extends WP_List_Table { method __construct (line 42) | public function __construct( $args = array() ) { method ajax_user_can (line 60) | public function ajax_user_can() { method prepare_items (line 71) | public function prepare_items() { method get_views (line 92) | protected function get_views() { method get_bulk_actions (line 140) | protected function get_bulk_actions() { method extra_tablenav (line 162) | protected function extra_tablenav( $which ) { method current_action (line 191) | public function current_action() { method has_items (line 208) | public function has_items() { method no_items (line 215) | public function no_items() { method views (line 224) | public function views() { method get_columns (line 274) | public function get_columns() { method get_sortable_columns (line 330) | protected function get_sortable_columns() { method column_cb (line 348) | public function column_cb( $post ) { method column_title (line 365) | public function column_title( $post ) { method column_author (line 409) | public function column_author( $post ) { method column_desc (line 424) | public function column_desc( $post ) { method column_date (line 436) | public function column_date( $post ) { method column_parent (line 464) | public function column_parent( $post ) { method column_comments (line 513) | public function column_comments( $post ) { method column_default (line 536) | public function column_default( $post, $column_name ) { method display_rows (line 587) | public function display_rows() { method get_default_primary_column_name (line 621) | protected function get_default_primary_column_name() { method _get_row_actions (line 631) | private function _get_row_actions( $post, $att_title ) { method handle_row_actions (line 692) | protected function handle_row_actions( $post, $column_name, $primary ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-ms-sites-list-table.php class WP_MS_Sites_List_Table (line 18) | class WP_MS_Sites_List_Table extends WP_List_Table { method __construct (line 39) | public function __construct( $args = array() ) { method ajax_user_can (line 57) | public function ajax_user_can() { method prepare_items (line 67) | public function prepare_items() { method no_items (line 173) | public function no_items() { method get_bulk_actions (line 181) | protected function get_bulk_actions() { method pagination (line 196) | protected function pagination( $which ) { method get_columns (line 208) | public function get_columns() { method get_sortable_columns (line 235) | protected function get_sortable_columns() { method column_cb (line 251) | public function column_cb( $blog ) { method column_id (line 270) | public function column_id( $blog ) { method column_blogname (line 284) | public function column_blogname( $blog ) { method column_lastupdated (line 327) | public function column_lastupdated( $blog ) { method column_registered (line 347) | public function column_registered( $blog ) { method column_users (line 371) | public function column_users( $blog ) { method column_plugins (line 395) | public function column_plugins( $blog ) { method column_default (line 419) | public function column_default( $blog, $column_name ) { method display_rows (line 435) | public function display_rows() { method get_default_primary_column_name (line 462) | protected function get_default_primary_column_name() { method handle_row_actions (line 477) | protected function handle_row_actions( $blog, $column_name, $primary ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-ms-themes-list-table.php class WP_MS_Themes_List_Table (line 18) | class WP_MS_Themes_List_Table extends WP_List_Table { method __construct (line 38) | public function __construct( $args = array() ) { method get_table_classes (line 62) | protected function get_table_classes() { method ajax_user_can (line 71) | public function ajax_user_can() { method prepare_items (line 87) | public function prepare_items() { method _search_callback (line 181) | public function _search_callback( $theme ) { method _order_callback (line 209) | public function _order_callback( $theme_a, $theme_b ) { method no_items (line 227) | public function no_items() { method get_columns (line 239) | public function get_columns() { method get_sortable_columns (line 251) | protected function get_sortable_columns() { method get_primary_column_name (line 265) | protected function get_primary_column_name() { method get_views (line 275) | protected function get_views() { method get_bulk_actions (line 323) | protected function get_bulk_actions() { method display_rows (line 343) | public function display_rows() { method column_cb (line 356) | public function column_cb( $theme ) { method column_name (line 376) | public function column_name( $theme ) { method column_description (line 469) | public function column_description( $theme ) { method column_default (line 528) | public function column_default( $theme, $column_name ) { method single_row_columns (line 551) | public function single_row_columns( $item ) { method single_row (line 602) | public function single_row( $theme ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-ms-users-list-table.php class WP_MS_Users_List_Table (line 18) | class WP_MS_Users_List_Table extends WP_List_Table { method ajax_user_can (line 23) | public function ajax_user_can() { method prepare_items (line 34) | public function prepare_items() { method get_bulk_actions (line 104) | protected function get_bulk_actions() { method no_items (line 117) | public function no_items() { method get_views (line 126) | protected function get_views() { method pagination (line 146) | protected function pagination( $which ) { method get_columns (line 160) | public function get_columns() { method get_sortable_columns (line 184) | protected function get_sortable_columns() { method column_cb (line 201) | public function column_cb( $user ) { method column_id (line 219) | public function column_id( $user ) { method column_username (line 231) | public function column_username( $user ) { method column_name (line 254) | public function column_name( $user ) { method column_email (line 266) | public function column_email( $user ) { method column_registered (line 280) | public function column_registered( $user ) { method _column_blogs (line 299) | protected function _column_blogs( $user, $classes, $data, $primary ) { method column_blogs (line 314) | public function column_blogs( $user ) { method column_default (line 380) | public function column_default( $user, $column_name ) { method display_rows (line 385) | public function display_rows() { method get_default_primary_column_name (line 413) | protected function get_default_primary_column_name() { method handle_row_actions (line 428) | protected function handle_row_actions( $user, $column_name, $primary ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-plugin-install-list-table.php class WP_Plugin_Install_List_Table (line 18) | class WP_Plugin_Install_List_Table extends WP_List_Table { method ajax_user_can (line 30) | public function ajax_user_can() { method get_installed_plugin_slugs (line 46) | protected function get_installed_plugin_slugs() { method prepare_items (line 74) | public function prepare_items() { method no_items (line 229) | public function no_items() { method get_views (line 245) | protected function get_views() { method views (line 263) | public function views() { method display (line 291) | public function display() { method display_tablenav (line 320) | protected function display_tablenav( $which ) { method get_table_classes (line 353) | protected function get_table_classes() { method get_columns (line 360) | public function get_columns() { method order_callback (line 369) | private function order_callback( $plugin_a, $plugin_b ) { method display_rows (line 392) | public function display_rows() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-plugins-list-table.php class WP_Plugins_List_Table (line 18) | class WP_Plugins_List_Table extends WP_List_Table { method __construct (line 33) | public function __construct( $args = array() ) { method get_table_classes (line 54) | protected function get_table_classes() { method ajax_user_can (line 61) | public function ajax_user_can() { method prepare_items (line 75) | public function prepare_items() { method _search_callback (line 275) | public function _search_callback( $plugin ) { method _order_callback (line 296) | public function _order_callback( $plugin_a, $plugin_b ) { method no_items (line 316) | public function no_items() { method get_columns (line 330) | public function get_columns() { method get_sortable_columns (line 343) | protected function get_sortable_columns() { method get_views (line 353) | protected function get_views() { method get_bulk_actions (line 402) | protected function get_bulk_actions() { method bulk_actions (line 427) | public function bulk_actions( $which = '' ) { method extra_tablenav (line 440) | protected function extra_tablenav( $which ) { method current_action (line 467) | public function current_action() { method display_rows (line 478) | public function display_rows() { method single_row (line 496) | public function single_row( $item ) { method get_primary_column_name (line 829) | protected function get_primary_column_name() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-post-comments-list-table.php class WP_Post_Comments_List_Table (line 18) | class WP_Post_Comments_List_Table extends WP_Comments_List_Table { method get_column_info (line 24) | protected function get_column_info() { method get_table_classes (line 40) | protected function get_table_classes() { method display (line 51) | public function display( $output_empty = false ) { method get_per_page (line 74) | public function get_per_page( $comment_status = false ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-posts-list-table.php class WP_Posts_List_Table (line 18) | class WP_Posts_List_Table extends WP_List_Table { method __construct (line 80) | public function __construct( $args = array() ) { method set_hierarchical_display (line 119) | public function set_hierarchical_display( $display ) { method ajax_user_can (line 127) | public function ajax_user_can() { method prepare_items (line 138) | public function prepare_items() { method has_items (line 194) | public function has_items() { method no_items (line 201) | public function no_items() { method is_base_request (line 215) | protected function is_base_request() { method get_edit_link (line 239) | protected function get_edit_link( $args, $label, $class = '' ) { method get_views (line 264) | protected function get_views() { method get_bulk_actions (line 391) | protected function get_bulk_actions() { method extra_tablenav (line 418) | protected function extra_tablenav( $which ) { method current_action (line 478) | public function current_action() { method get_table_classes (line 489) | protected function get_table_classes() { method get_columns (line 497) | public function get_columns() { method get_sortable_columns (line 584) | protected function get_sortable_columns() { method display_rows (line 599) | public function display_rows( $posts = array(), $level = 0 ) { method _display_rows (line 618) | private function _display_rows( $posts, $level = 0 ) { method _display_rows_hierarchical (line 638) | private function _display_rows_hierarchical( $pages, $pagenum = 1, $pe... method _page_rows (line 743) | private function _page_rows( &$children_pages, &$count, $parent, $leve... method column_cb (line 798) | public function column_cb( $post ) { method _column_title (line 817) | protected function _column_title( $post, $classes, $data, $primary ) { method column_title (line 834) | public function column_title( $post ) { method column_date (line 924) | public function column_date( $post ) { method column_comments (line 987) | public function column_comments( $post ) { method column_author (line 1007) | public function column_author( $post ) { method column_default (line 1024) | public function column_default( $post, $column_name ) { method single_row (line 1111) | public function single_row( $post, $level = 0 ) { method get_default_primary_column_name (line 1149) | protected function get_default_primary_column_name() { method handle_row_actions (line 1164) | protected function handle_row_actions( $post, $column_name, $primary ) { method inline_edit (line 1242) | public function inline_edit() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-press-this.php class WP_Press_This (line 15) | class WP_Press_This { method __construct (line 32) | public function __construct() {} method site_settings (line 42) | public function site_settings() { method side_load_images (line 65) | public function side_load_images( $post_id, $content = '' ) { method save_post (line 104) | public function save_post() { method add_category (line 186) | public function add_category() { method fetch_source_html (line 258) | public function fetch_source_html( $url ) { method _limit_array (line 311) | private function _limit_array( $value ) { method _limit_string (line 334) | private function _limit_string( $value ) { method _limit_url (line 362) | private function _limit_url( $url ) { method _limit_img (line 402) | private function _limit_img( $src ) { method _limit_embed (line 449) | private function _limit_embed( $src ) { method _process_meta_entry (line 493) | private function _process_meta_entry( $meta_name, $meta_value, $data ) { method source_data_fetch_fallback (line 545) | public function source_data_fetch_fallback( $url, $data = array() ) { method merge_or_fetch_data (line 653) | public function merge_or_fetch_data() { method add_editor_style (line 776) | public function add_editor_style( $styles ) { method post_formats_html (line 826) | public function post_formats_html( $post ) { method categories_html (line 874) | public function categories_html( $post ) { method tags_html (line 926) | public function tags_html( $post ) { method get_embeds (line 978) | public function get_embeds( $data ) { method get_images (line 1011) | public function get_images( $data ) { method get_canonical_link (line 1045) | public function get_canonical_link( $data ) { method get_source_site_name (line 1076) | public function get_source_site_name( $data ) { method get_suggested_title (line 1099) | public function get_suggested_title( $data ) { method get_suggested_content (line 1128) | public function get_suggested_content( $data ) { method html (line 1209) | public function html() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-screen.php class WP_Screen (line 15) | final class WP_Screen { method get (line 217) | public static function get( $hook_name = '' ) { method set_current_screen (line 378) | public function set_current_screen() { method __construct (line 400) | private function __construct() {} method in_admin (line 411) | public function in_admin( $admin = null ) { method add_old_compat_help (line 430) | public static function add_old_compat_help( $screen, $help ) { method set_parentage (line 442) | public function set_parentage( $parent_file ) { method add_option (line 457) | public function add_option( $option, $args = array() ) { method remove_option (line 468) | public function remove_option( $option ) { method remove_options (line 477) | public function remove_options() { method get_options (line 488) | public function get_options() { method get_option (line 502) | public function get_option( $option, $key = false ) { method get_help_tabs (line 521) | public function get_help_tabs() { method get_help_tab (line 553) | public function get_help_tab( $id ) { method add_help_tab (line 576) | public function add_help_tab( $args ) { method remove_help_tab (line 603) | public function remove_help_tab( $id ) { method remove_help_tabs (line 612) | public function remove_help_tabs() { method get_help_sidebar (line 623) | public function get_help_sidebar() { method set_help_sidebar (line 635) | public function set_help_sidebar( $content ) { method get_columns (line 652) | public function get_columns() { method get_screen_reader_content (line 665) | public function get_screen_reader_content() { method get_screen_reader_text (line 677) | public function get_screen_reader_text( $key ) { method set_screen_reader_content (line 700) | public function set_screen_reader_content( $content = array() ) { method remove_screen_reader_content (line 716) | public function remove_screen_reader_content() { method render_screen_meta (line 729) | public function render_screen_meta() { method show_screen_options (line 906) | public function show_screen_options() { method render_screen_options (line 969) | public function render_screen_options( $options = array() ) { method render_meta_boxes_preferences (line 1022) | public function render_meta_boxes_preferences() { method render_list_table_columns_preferences (line 1058) | public function render_list_table_columns_preferences() { method render_screen_layout (line 1103) | public function render_screen_layout() { method render_per_page_options (line 1132) | public function render_per_page_options() { method render_view_mode (line 1196) | public function render_view_mode() { method render_screen_reader_content (line 1246) | public function render_screen_reader_content( $key = '', $tag = 'h2' ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-site-icon.php class WP_Site_Icon (line 15) | class WP_Site_Icon { method __construct (line 75) | public function __construct() { method create_attachment_object (line 89) | public function create_attachment_object( $cropped, $parent_attachment... method insert_attachment (line 119) | public function insert_attachment( $object, $file ) { method additional_sizes (line 147) | public function additional_sizes( $sizes = array() ) { method intermediate_image_sizes (line 192) | public function intermediate_image_sizes( $sizes = array() ) { method delete_attachment_data (line 210) | public function delete_attachment_data( $post_id ) { method get_post_metadata (line 231) | public function get_post_metadata( $value, $post_id, $meta_key, $singl... FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-terms-list-table.php class WP_Terms_List_Table (line 18) | class WP_Terms_List_Table extends WP_List_Table { method __construct (line 39) | public function __construct( $args = array() ) { method ajax_user_can (line 70) | public function ajax_user_can() { method prepare_items (line 77) | public function prepare_items() { method has_items (line 136) | public function has_items() { method no_items (line 144) | public function no_items() { method get_bulk_actions (line 152) | protected function get_bulk_actions() { method current_action (line 163) | public function current_action() { method get_columns (line 174) | public function get_columns() { method get_sortable_columns (line 195) | protected function get_sortable_columns() { method display_rows_or_placeholder (line 208) | public function display_rows_or_placeholder() { method _rows (line 266) | private function _rows( $taxonomy, $terms, &$children, $start, $per_pa... method single_row (line 319) | public function single_row( $tag, $level = 0 ) { method column_cb (line 334) | public function column_cb( $tag ) { method column_name (line 348) | public function column_name( $tag ) { method get_default_primary_column_name (line 398) | protected function get_default_primary_column_name() { method handle_row_actions (line 413) | protected function handle_row_actions( $tag, $column_name, $primary ) { method column_description (line 472) | public function column_description( $tag ) { method column_slug (line 480) | public function column_slug( $tag ) { method column_posts (line 489) | public function column_posts( $tag ) { method column_links (line 517) | public function column_links( $tag ) { method column_default (line 529) | public function column_default( $tag, $column_name ) { method inline_edit (line 550) | public function inline_edit() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-theme-install-list-table.php class WP_Theme_Install_List_Table (line 18) | class WP_Theme_Install_List_Table extends WP_Themes_List_Table { method ajax_user_can (line 26) | public function ajax_user_can() { method prepare_items (line 38) | public function prepare_items() { method no_items (line 159) | public function no_items() { method get_views (line 169) | protected function get_views() { method display (line 185) | public function display() { method display_rows (line 214) | public function display_rows() { method single_row (line 247) | public function single_row( $theme ) { method theme_installer (line 327) | public function theme_installer() { method theme_installer_single (line 356) | public function theme_installer_single( $theme ) { method install_theme_info (line 376) | public function install_theme_info( $theme ) { method _js_vars (line 443) | public function _js_vars( $extra_args = array() ) { method _get_theme_status (line 457) | private function _get_theme_status( $theme ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-themes-list-table.php class WP_Themes_List_Table (line 18) | class WP_Themes_List_Table extends WP_List_Table { method __construct (line 33) | public function __construct( $args = array() ) { method ajax_user_can (line 44) | public function ajax_user_can() { method prepare_items (line 52) | public function prepare_items() { method no_items (line 88) | public function no_items() { method tablenav (line 119) | public function tablenav( $which = 'top' ) { method display (line 134) | public function display() { method get_columns (line 151) | public function get_columns() { method display_rows_or_placeholder (line 158) | public function display_rows_or_placeholder() { method display_rows (line 171) | public function display_rows() { method search_theme (line 253) | public function search_theme( $theme ) { method _js_vars (line 292) | public function _js_vars( $extra_args = array() ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-upgrader-skins.php class WP_Upgrader_Skin (line 17) | class WP_Upgrader_Skin { method __construct (line 29) | public function __construct($args = array()) { method set_upgrader (line 37) | public function set_upgrader(&$upgrader) { method add_strings (line 46) | public function add_strings() { method set_result (line 53) | public function set_result($result) { method request_filesystem_credentials (line 64) | public function request_filesystem_credentials( $error = false, $conte... method header (line 81) | public function header() { method footer (line 93) | public function footer() { method error (line 105) | public function error($errors) { method feedback (line 124) | public function feedback($string) { method before (line 145) | public function before() {} method after (line 150) | public function after() {} method decrement_update_count (line 160) | protected function decrement_update_count( $type ) { method bulk_header (line 185) | public function bulk_header() {} method bulk_footer (line 190) | public function bulk_footer() {} class Plugin_Upgrader_Skin (line 200) | class Plugin_Upgrader_Skin extends WP_Upgrader_Skin { method __construct (line 209) | public function __construct( $args = array() ) { method after (line 224) | public function after() { class Bulk_Upgrader_Skin (line 261) | class Bulk_Upgrader_Skin extends WP_Upgrader_Skin { method __construct (line 272) | public function __construct($args = array()) { method add_strings (line 282) | public function add_strings() { method feedback (line 296) | public function feedback($string) { method header (line 320) | public function header() { method footer (line 327) | public function footer() { method error (line 335) | public function error($error) { method bulk_header (line 355) | public function bulk_header() { method bulk_footer (line 362) | public function bulk_footer() { method before (line 370) | public function before($title = '') { method after (line 382) | public function after($title = '') { method reset (line 406) | public function reset() { method flush_output (line 414) | public function flush_output() { class Bulk_Plugin_Upgrader_Skin (line 420) | class Bulk_Plugin_Upgrader_Skin extends Bulk_Upgrader_Skin { method add_strings (line 423) | public function add_strings() { method before (line 432) | public function before($title = '') { method after (line 440) | public function after($title = '') { method bulk_footer (line 448) | public function bulk_footer() { class Bulk_Theme_Upgrader_Skin (line 472) | class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin { method add_strings (line 475) | public function add_strings() { method before (line 484) | public function before($title = '') { method after (line 492) | public function after($title = '') { method bulk_footer (line 500) | public function bulk_footer() { class Plugin_Installer_Skin (line 531) | class Plugin_Installer_Skin extends WP_Upgrader_Skin { method __construct (line 539) | public function __construct($args = array()) { method before (line 552) | public function before() { method after (line 560) | public function after() { class Theme_Installer_Skin (line 616) | class Theme_Installer_Skin extends WP_Upgrader_Skin { method __construct (line 624) | public function __construct($args = array()) { method before (line 637) | public function before() { method after (line 645) | public function after() { class Theme_Upgrader_Skin (line 705) | class Theme_Upgrader_Skin extends WP_Upgrader_Skin { method __construct (line 712) | public function __construct($args = array()) { method after (line 724) | public function after() { class Language_Pack_Upgrader_Skin (line 779) | class Language_Pack_Upgrader_Skin extends WP_Upgrader_Skin { method __construct (line 789) | public function __construct( $args = array() ) { method before (line 803) | public function before() { method error (line 815) | public function error( $error ) { method after (line 824) | public function after() { method bulk_footer (line 831) | public function bulk_footer() { class Automatic_Upgrader_Skin (line 860) | class Automatic_Upgrader_Skin extends WP_Upgrader_Skin { method request_filesystem_credentials (line 870) | public function request_filesystem_credentials( $error = false, $conte... method get_upgrade_messages (line 887) | public function get_upgrade_messages() { method feedback (line 894) | public function feedback( $data ) { method header (line 933) | public function header() { method footer (line 940) | public function footer() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-upgrader.php class WP_Upgrader (line 22) | class WP_Upgrader { method __construct (line 99) | public function __construct( $skin = null ) { method init (line 115) | public function init() { method generic_strings (line 126) | public function generic_strings() { method fs_connect (line 164) | public function fs_connect( $directories = array(), $allow_relaxed_fil... method download_package (line 223) | public function download_package( $package ) { method unpack_package (line 269) | public function unpack_package( $package, $delete_package = true ) { method clear_destination (line 319) | public function clear_destination( $remote_destination ) { method install_package (line 399) | public function install_package( $args = array() ) { method run (line 611) | public function run( $options ) { method maintenance_mode (line 739) | public function maintenance_mode( $enable = false ) { class Plugin_Upgrader (line 766) | class Plugin_Upgrader extends WP_Upgrader { method upgrade_strings (line 794) | public function upgrade_strings() { method install_strings (line 812) | public function install_strings() { method install (line 838) | public function install( $package, $args = array() ) { method upgrade (line 891) | public function upgrade( $plugin, $args = array() ) { method bulk_upgrade (line 958) | public function bulk_upgrade( $plugins, $args = array() ) { method check_package (line 1089) | public function check_package($source) { method plugin_info (line 1128) | public function plugin_info() { method deactivate_plugin_before_upgrade (line 1156) | public function deactivate_plugin_before_upgrade($return, $plugin) { method delete_old_plugin (line 1194) | public function delete_old_plugin($removed, $local_destination, $remot... class Theme_Upgrader (line 1233) | class Theme_Upgrader extends WP_Upgrader { method upgrade_strings (line 1260) | public function upgrade_strings() { method install_strings (line 1277) | public function install_strings() { method check_parent_theme_filter (line 1310) | public function check_parent_theme_filter( $install_result, $hook_extr... method hide_activate_preview_actions (line 1382) | public function hide_activate_preview_actions( $actions ) { method install (line 1404) | public function install( $package, $args = array() ) { method upgrade (line 1459) | public function upgrade( $theme, $args = array() ) { method bulk_upgrade (line 1525) | public function bulk_upgrade( $themes, $args = array() ) { method check_package (line 1642) | public function check_package( $source ) { method current_before (line 1700) | public function current_before($return, $theme) { method current_after (line 1728) | public function current_after($return, $theme) { method delete_old_theme (line 1767) | public function delete_old_theme( $removed, $local_destination, $remot... method theme_info (line 1798) | public function theme_info($theme = null) { class Language_Pack_Upgrader (line 1819) | class Language_Pack_Upgrader extends WP_Upgrader { method async_upgrade (line 1853) | public static function async_upgrade( $upgrader = false ) { method upgrade_strings (line 1915) | public function upgrade_strings() { method upgrade (line 1936) | public function upgrade( $update = false, $args = array() ) { method bulk_upgrade (line 1968) | public function bulk_upgrade( $language_updates = array(), $args = arr... method check_package (line 2089) | public function check_package( $source, $remote_source ) { method get_name_for_update (line 2129) | public function get_name_for_update( $update ) { class Core_Upgrader (line 2161) | class Core_Upgrader extends WP_Upgrader { method upgrade_strings (line 2169) | public function upgrade_strings() { method upgrade (line 2202) | public function upgrade( $current, $args = array() ) { method should_update_to_version (line 2362) | public static function should_update_to_version( $offered_ver ) { method check_files (line 2471) | public function check_files() { class File_Upload_Upgrader (line 2499) | class File_Upload_Upgrader { method __construct (line 2537) | public function __construct( $form, $urlholder ) { method cleanup (line 2596) | public function cleanup() { class WP_Automatic_Updater (line 2612) | class WP_Automatic_Updater { method is_disabled (line 2628) | public function is_disabled() { method is_vcs_checkout (line 2671) | public function is_vcs_checkout( $context ) { method should_update (line 2730) | public function should_update( $type, $item, $context ) { method send_core_update_notification_email (line 2808) | protected function send_core_update_notification_email( $item ) { method update (line 2855) | public function update( $type, $item ) { method run (line 2969) | public function run() { method after_core_update (line 3110) | protected function after_core_update( $update_result ) { method send_email (line 3202) | protected function send_email( $type, $core_update, $result = null ) { method send_debug_email (line 3396) | protected function send_debug_email() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/class-wp-users-list-table.php class WP_Users_List_Table (line 18) | class WP_Users_List_Table extends WP_List_Table { method __construct (line 48) | public function __construct( $args = array() ) { method ajax_user_can (line 69) | public function ajax_user_can() { method prepare_items (line 85) | public function prepare_items() { method no_items (line 154) | public function no_items() { method get_views (line 172) | protected function get_views() { method get_bulk_actions (line 236) | protected function get_bulk_actions() { method extra_tablenav (line 259) | protected function extra_tablenav( $which ) { method current_action (line 294) | public function current_action() { method get_columns (line 312) | public function get_columns() { method get_sortable_columns (line 336) | protected function get_sortable_columns() { method display_rows (line 352) | public function display_rows() { method single_row (line 380) | public function single_row( $user_object, $style = '', $role = '', $nu... method get_default_primary_column_name (line 521) | protected function get_default_primary_column_name() { method get_role_list (line 534) | protected function get_role_list( $user_object ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/comment.php function comment_exists (line 27) | function comment_exists( $comment_author, $comment_date, $timezone = 'bl... function edit_comment (line 47) | function edit_comment() { function get_comment_to_edit (line 96) | function get_comment_to_edit( $id ) { function get_pending_comments_num (line 131) | function get_pending_comments_num( $post_id ) { function floated_admin_avatar (line 174) | function floated_admin_avatar( $name ) { function enqueue_comment_hotkeys_js (line 182) | function enqueue_comment_hotkeys_js() { function comment_footer_die (line 192) | function comment_footer_die( $msg ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/credits.php function wp_credits (line 19) | function wp_credits() { function _wp_credits_add_profile_link (line 55) | function _wp_credits_add_profile_link( &$display_name, $username, $profi... function _wp_credits_build_object_link (line 67) | function _wp_credits_build_object_link( &$data ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/dashboard.php function wp_dashboard_setup (line 20) | function wp_dashboard_setup() { function wp_add_dashboard_widget (line 142) | function wp_add_dashboard_widget( $widget_id, $widget_name, $callback, $... function _wp_dashboard_control_callback (line 176) | function _wp_dashboard_control_callback( $dashboard, $meta_box ) { function wp_dashboard (line 190) | function wp_dashboard() { function wp_dashboard_right_now (line 231) | function wp_dashboard_right_now() { function wp_network_dashboard_right_now (line 363) | function wp_network_dashboard_right_now() { function wp_dashboard_quick_press (line 444) | function wp_dashboard_quick_press( $error_msg = false ) { function wp_dashboard_recent_drafts (line 515) | function wp_dashboard_recent_drafts( $drafts = false ) { function _wp_dashboard_recent_comments_row (line 568) | function _wp_dashboard_recent_comments_row( &$comment, $show_date = true... function wp_dashboard_site_activity (line 705) | function wp_dashboard_site_activity() { function wp_dashboard_recent_posts (line 752) | function wp_dashboard_recent_posts( $args ) { function wp_dashboard_recent_comments (line 829) | function wp_dashboard_recent_comments( $total_items = 5 ) { function wp_dashboard_rss_output (line 884) | function wp_dashboard_rss_output( $widget_id ) { function wp_dashboard_cached_rss_widget (line 906) | function wp_dashboard_cached_rss_widget( $widget_id, $callback, $check_u... function wp_dashboard_trigger_widget_control (line 955) | function wp_dashboard_trigger_widget_control( $widget_control_id = false... function wp_dashboard_rss_control (line 974) | function wp_dashboard_rss_control( $widget_id, $form_inputs = array() ) { function wp_dashboard_primary (line 1013) | function wp_dashboard_primary() { function wp_dashboard_primary_output (line 1116) | function wp_dashboard_primary_output( $widget_id, $feeds ) { function wp_dashboard_plugins_output (line 1134) | function wp_dashboard_plugins_output( $rss, $args = array() ) { function wp_dashboard_quota (line 1211) | function wp_dashboard_quota() { function wp_dashboard_browser_nag (line 1262) | function wp_dashboard_browser_nag() { function dashboard_browser_nag_class (line 1315) | function dashboard_browser_nag_class( $classes ) { function wp_check_browser_version (line 1333) | function wp_check_browser_version() { function wp_dashboard_empty (line 1377) | function wp_dashboard_empty() {} function wp_welcome_panel (line 1384) | function wp_welcome_panel() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/deprecated.php function tinymce_include (line 20) | function tinymce_include() { function documentation_link (line 33) | function documentation_link() { function wp_shrink_dimensions (line 50) | function wp_shrink_dimensions( $width, $height, $wmax = 128, $hmax = 96 ) { function get_udims (line 66) | function get_udims( $width, $height ) { function dropdown_categories (line 82) | function dropdown_categories( $default = 0, $parent = 0, $popular_ids = ... function dropdown_link_categories (line 97) | function dropdown_link_categories( $default = 0 ) { function get_real_file_to_edit (line 113) | function get_real_file_to_edit( $file ) { function wp_dropdown_cats (line 133) | function wp_dropdown_cats( $currentcat = 0, $currentparent = 0, $parent ... function add_option_update_handler (line 167) | function add_option_update_handler( $option_group, $option_name, $saniti... function remove_option_update_handler (line 183) | function remove_option_update_handler( $option_group, $option_name, $san... function codepress_get_lang (line 196) | function codepress_get_lang( $filename ) { function codepress_footer_js (line 206) | function codepress_footer_js() { function use_codepress (line 216) | function use_codepress() { function get_author_user_ids (line 227) | function get_author_user_ids() { function get_editable_authors (line 247) | function get_editable_authors( $user_id ) { function get_editable_user_ids (line 273) | function get_editable_user_ids( $user_id, $exclude_zeros = true, $post_t... function get_nonauthor_user_ids (line 306) | function get_nonauthor_user_ids() { class WP_User_Search (line 326) | class WP_User_Search { method __construct (line 482) | function __construct( $search_term = '', $page = '', $role = '' ) { method WP_User_Search (line 505) | public function WP_User_Search( $search_term = '', $page = '', $role =... method prepare_query (line 515) | public function prepare_query() { method query (line 553) | public function query() { method prepare_vars_for_template_usage (line 570) | function prepare_vars_for_template_usage() {} method do_paging (line 578) | public function do_paging() { method get_results (line 612) | public function get_results() { method page_links (line 624) | function page_links() { method results_are_paged (line 638) | function results_are_paged() { method is_search (line 652) | function is_search() { function get_others_unpublished_posts (line 670) | function get_others_unpublished_posts($user_id, $type='any') { function get_others_drafts (line 703) | function get_others_drafts($user_id) { function get_others_pending (line 718) | function get_others_pending($user_id) { function wp_dashboard_quick_press_output (line 731) | function wp_dashboard_quick_press_output() { function wp_tiny_mce (line 745) | function wp_tiny_mce( $teeny = false, $settings = false ) { function wp_preload_dialogs (line 771) | function wp_preload_dialogs() { function wp_print_editor_js (line 781) | function wp_print_editor_js() { function wp_quicktags (line 791) | function wp_quicktags() { function screen_layout (line 802) | function screen_layout( $screen ) { function screen_options (line 822) | function screen_options( $screen ) { function screen_meta (line 842) | function screen_meta( $screen ) { function favorite_actions (line 854) | function favorite_actions() { function media_upload_image (line 866) | function media_upload_image() { function media_upload_audio (line 879) | function media_upload_audio() { function media_upload_video (line 892) | function media_upload_video() { function media_upload_file (line 905) | function media_upload_file() { function type_url_form_image (line 918) | function type_url_form_image() { function type_url_form_audio (line 931) | function type_url_form_audio() { function type_url_form_video (line 944) | function type_url_form_video() { function type_url_form_file (line 957) | function type_url_form_file() { function add_contextual_help (line 974) | function add_contextual_help( $screen, $help ) { function get_allowed_themes (line 992) | function get_allowed_themes() { function get_broken_themes (line 1014) | function get_broken_themes() { function current_theme_info (line 1039) | function current_theme_info() { function _insert_into_post_button (line 1052) | function _insert_into_post_button( $type ) { function _media_button (line 1063) | function _media_button($title, $icon, $type, $id) { function get_post_to_edit (line 1077) | function get_post_to_edit( $id ) { function get_default_page_to_edit (line 1092) | function get_default_page_to_edit() { function wp_create_thumbnail (line 1112) | function wp_create_thumbnail( $file, $max_side, $deprecated = '' ) { function wp_nav_menu_locations_meta_box (line 1125) | function wp_nav_menu_locations_meta_box() { function wp_update_core (line 1139) | function wp_update_core($current, $feedback = '') { function wp_update_plugin (line 1162) | function wp_update_plugin($plugin, $feedback = '') { function wp_update_theme (line 1184) | function wp_update_theme($theme, $feedback = '') { function the_attachment_links (line 1203) | function the_attachment_links( $id = false ) { function screen_icon (line 1215) | function screen_icon() { function get_screen_icon (line 1226) | function get_screen_icon() { function wp_dashboard_incoming_links_output (line 1236) | function wp_dashboard_incoming_links_output() {} function wp_dashboard_secondary_output (line 1243) | function wp_dashboard_secondary_output() {} function wp_dashboard_incoming_links (line 1251) | function wp_dashboard_incoming_links() {} function wp_dashboard_incoming_links_control (line 1258) | function wp_dashboard_incoming_links_control() {} function wp_dashboard_plugins (line 1265) | function wp_dashboard_plugins() {} function wp_dashboard_primary_control (line 1272) | function wp_dashboard_primary_control() {} function wp_dashboard_recent_comments_control (line 1279) | function wp_dashboard_recent_comments_control() {} function wp_dashboard_secondary (line 1286) | function wp_dashboard_secondary() {} function wp_dashboard_secondary_control (line 1293) | function wp_dashboard_secondary_control() {} function _relocate_children (line 1305) | function _relocate_children( $old_ID, $new_ID ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/export.php function export_wp (line 28) | function export_wp( $args = array() ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/file.php function get_file_description (line 61) | function get_file_description( $file ) { function get_home_path (line 85) | function get_home_path() { function list_files (line 110) | function list_files( $folder = '', $levels = 100 ) { function wp_tempnam (line 150) | function wp_tempnam( $filename = '', $dir = '' ) { function validate_file_to_edit (line 195) | function validate_file_to_edit( $file, $allowed_files = '' ) { function _wp_handle_upload (line 228) | function _wp_handle_upload( &$file, $overrides, $time, $action ) { function wp_handle_upload (line 419) | function wp_handle_upload( &$file, $overrides = false, $time = null ) { function wp_handle_sideload (line 446) | function wp_handle_sideload( &$file, $overrides = false, $time = null ) { function download_url (line 469) | function download_url( $url, $timeout = 300 ) { function verify_file_md5 (line 511) | function verify_file_md5( $filename, $expected_md5 ) { function unzip_file (line 542) | function unzip_file($file, $to) { function _unzip_file_ziparchive (line 608) | function _unzip_file_ziparchive($file, $to, $needed_dirs = array() ) { function _unzip_file_pclzip (line 708) | function _unzip_file_pclzip($file, $to, $needed_dirs = array()) { function copy_dir (line 802) | function copy_dir($from, $to, $skip_list = array() ) { function WP_Filesystem (line 859) | function WP_Filesystem( $args = false, $context = false, $allow_relaxed_... function get_filesystem_method (line 939) | function get_filesystem_method( $args = array(), $context = false, $allo... function request_filesystem_credentials (line 1026) | function request_filesystem_credentials($form_post, $type = '', $error =... function wp_print_request_filesystem_credentials_modal (line 1249) | function wp_print_request_filesystem_credentials_modal() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/image-edit.php function wp_image_editor (line 16) | function wp_image_editor($post_id, $msg = false) { function wp_stream_image (line 213) | function wp_stream_image( $image, $mime_type, $post_id ) { function wp_save_image_file (line 269) | function wp_save_image_file( $filename, $image, $mime_type, $post_id ) { function _image_get_preview_ratio (line 346) | function _image_get_preview_ratio($w, $h) { function _rotate_image_resource (line 361) | function _rotate_image_resource($img, $angle) { function _flip_image_resource (line 384) | function _flip_image_resource($img, $horz, $vert) { function _crop_image_resource (line 416) | function _crop_image_resource($img, $x, $y, $w, $h) { function image_edit_apply_changes (line 436) | function image_edit_apply_changes( $image, $changes ) { function stream_preview_image (line 557) | function stream_preview_image( $post_id ) { function wp_restore_image (line 595) | function wp_restore_image($post_id) { function wp_save_image (line 680) | function wp_save_image( $post_id ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/image.php function wp_crop_image (line 25) | function wp_crop_image( $src, $src_x, $src_y, $src_w, $src_h, $dst_w, $d... function wp_generate_attachment_metadata (line 76) | function wp_generate_attachment_metadata( $attachment_id, $file ) { function wp_exif_frac2dec (line 220) | function wp_exif_frac2dec($str) { function wp_exif_date2ts (line 235) | function wp_exif_date2ts($str) { function wp_read_image_metadata (line 258) | function wp_read_image_metadata( $file ) { function file_is_valid_image (line 442) | function file_is_valid_image($path) { function file_is_displayable_image (line 455) | function file_is_displayable_image($path) { function load_image_to_edit (line 488) | function load_image_to_edit( $attachment_id, $mime_type, $size = 'full' ) { function _load_image_to_edit_path (line 539) | function _load_image_to_edit_path( $attachment_id, $size = 'full' ) { function _copy_image_file (line 593) | function _copy_image_file( $attachment_id ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/import.php function get_importers (line 17) | function get_importers() { function _usort_by_first_member (line 37) | function _usort_by_first_member( $a, $b ) { function register_importer (line 54) | function register_importer( $id, $name, $description, $callback ) { function wp_import_cleanup (line 70) | function wp_import_cleanup( $id ) { function wp_import_handle_upload (line 81) | function wp_import_handle_upload() { function wp_get_popular_importers (line 125) | function wp_get_popular_importers() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/list-table.php function _get_list_table (line 22) | function _get_list_table( $class, $args = array() ) { function register_column_headers (line 68) | function register_column_headers($screen, $columns) { function print_column_headers (line 77) | function print_column_headers($screen, $id = true) { class _WP_List_Table_Compat (line 88) | class _WP_List_Table_Compat extends WP_List_Table { method __construct (line 92) | public function __construct( $screen, $columns = array() ) { method get_column_info (line 109) | protected function get_column_info() { method get_columns (line 123) | public function get_columns() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/media.php function media_upload_tabs (line 16) | function media_upload_tabs() { function update_gallery_tab (line 44) | function update_gallery_tab($tabs) { function the_media_upload_tabs (line 74) | function the_media_upload_tabs() { function get_image_send_to_editor (line 120) | function get_image_send_to_editor( $id, $caption, $title, $align, $url =... function image_add_caption (line 168) | function image_add_caption( $html, $id, $caption, $title, $align, $url, ... function _cleanup_image_add_caption (line 235) | function _cleanup_image_add_caption( $matches ) { function media_send_to_editor (line 247) | function media_send_to_editor($html) { function media_handle_upload (line 269) | function media_handle_upload($file_id, $post_id, $post_data = array(), $... function media_handle_sideload (line 389) | function media_handle_sideload($file_array, $post_id, $desc = null, $pos... function wp_iframe (line 448) | function wp_iframe($content_func /* ... */) { function media_buttons (line 546) | function media_buttons($editor_id = 'content') { function get_upload_iframe_src (line 592) | function get_upload_iframe_src( $type = null, $post_id = null, $tab = nu... function media_upload_form_handler (line 628) | function media_upload_form_handler() { function wp_media_upload_handler (line 739) | function wp_media_upload_handler() { function media_sideload_image (line 848) | function media_sideload_image( $file, $post_id, $desc = null, $return = ... function media_upload_gallery (line 901) | function media_upload_gallery() { function media_upload_library (line 924) | function media_upload_library() { function image_align_input_fields (line 947) | function image_align_input_fields( $post, $checked = '' ) { function image_size_input_fields (line 975) | function image_size_input_fields( $post, $check = '' ) { function image_link_input_fields (line 1049) | function image_link_input_fields($post, $url_type = '') { function wp_caption_input_textarea (line 1079) | function wp_caption_input_textarea($edit_post) { function image_attachment_fields_to_edit (line 1095) | function image_attachment_fields_to_edit($form_fields, $post) { function media_single_attachment_fields_to_edit (line 1108) | function media_single_attachment_fields_to_edit( $form_fields, $post ) { function media_post_single_attachment_fields_to_edit (line 1122) | function media_post_single_attachment_fields_to_edit( $form_fields, $pos... function image_attachment_fields_to_save (line 1140) | function image_attachment_fields_to_save( $post, $attachment ) { function image_media_send_to_editor (line 1162) | function image_media_send_to_editor($html, $attachment_id, $attachment) { function get_attachment_fields_to_edit (line 1186) | function get_attachment_fields_to_edit($post, $errors = null) { function get_media_items (line 1311) | function get_media_items( $post_id, $errors ) { function get_media_item (line 1347) | function get_media_item( $attachment_id, $args = null ) { function get_compat_media_markup (line 1602) | function get_compat_media_markup( $attachment_id, $args = null ) { function media_upload_header (line 1756) | function media_upload_header() { function media_upload_form (line 1779) | function media_upload_form( $errors = null ) { function media_upload_type_form (line 1968) | function media_upload_type_form($type = 'file', $errors = null, $id = nu... function media_upload_type_url_form (line 2038) | function media_upload_type_url_form($type = null, $errors = null, $id = ... function media_upload_gallery_form (line 2182) | function media_upload_gallery_form($errors) { function media_upload_library_form (line 2334) | function media_upload_library_form($errors) { function wp_media_insert_url_form (line 2516) | function wp_media_insert_url_form( $default_view = 'image' ) { function media_upload_flash_bypass (line 2619) | function media_upload_flash_bypass() { function media_upload_html_bypass (line 2639) | function media_upload_html_bypass() { function media_upload_text_after (line 2652) | function media_upload_text_after() {} function media_upload_max_image_resize (line 2659) | function media_upload_max_image_resize() { function multisite_over_quota_message (line 2683) | function multisite_over_quota_message() { function edit_form_image_editor (line 2692) | function edit_form_image_editor( $post ) { function attachment_submitbox_metadata (line 2799) | function attachment_submitbox_metadata() { function wp_add_id3_tag_data (line 2936) | function wp_add_id3_tag_data( &$metadata, $data ) { function wp_read_video_metadata (line 2980) | function wp_read_video_metadata( $file ) { function wp_read_audio_metadata (line 3042) | function wp_read_audio_metadata( $file ) { function wp_media_attach_action (line 3090) | function wp_media_attach_action( $parent_id, $action = 'attach' ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/menu.php function add_cssclass (line 187) | function add_cssclass($add, $class) { function add_menu_classes (line 197) | function add_menu_classes($menu) { function sort_menu (line 285) | function sort_menu($a, $b) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/meta-boxes.php function post_submit_meta_box (line 22) | function post_submit_meta_box( $post, $args = array() ) { function attachment_submit_meta_box (line 296) | function attachment_submit_meta_box( $post ) { function post_format_meta_box (line 373) | function post_format_meta_box( $post, $box ) { function post_tags_meta_box (line 418) | function post_tags_meta_box( $post, $box ) { function post_categories_meta_box (line 479) | function post_categories_meta_box( $post, $box ) { function post_excerpt_meta_box (line 580) | function post_excerpt_meta_box($post) { function post_trackback_meta_box (line 594) | function post_trackback_meta_box($post) { function post_custom_meta_box (line 620) | function post_custom_meta_box($post) { function post_comment_status_meta_box (line 644) | function post_comment_status_meta_box($post) { function post_comment_meta_box_thead (line 672) | function post_comment_meta_box_thead($result) { function post_comment_meta_box (line 684) | function post_comment_meta_box( $post ) { function post_slug_meta_box (line 719) | function post_slug_meta_box($post) { function post_author_meta_box (line 736) | function post_author_meta_box($post) { function post_revisions_meta_box (line 756) | function post_revisions_meta_box( $post ) { function page_attributes_meta_box (line 769) | function page_attributes_meta_box($post) { function link_submit_meta_box (line 852) | function link_submit_meta_box($link) { function link_categories_meta_box (line 921) | function link_categories_meta_box($link) { function link_target_meta_box (line 967) | function link_target_meta_box($link) { ?> function xfn_check (line 994) | function xfn_check( $class, $value = '', $deprecated = '' ) { function link_xfn_meta_box (line 1022) | function link_xfn_meta_box($link) { function link_advanced_meta_box (line 1140) | function link_advanced_meta_box($link) { function post_thumbnail_meta_box (line 1177) | function post_thumbnail_meta_box( $post ) { function attachment_id3_data_meta_box (line 1189) | function attachment_id3_data_meta_box( $post ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/misc.php function got_mod_rewrite (line 16) | function got_mod_rewrite() { function got_url_rewrite (line 45) | function got_url_rewrite() { function extract_from_markers (line 67) | function extract_from_markers( $filename, $marker ) { function insert_with_markers (line 104) | function insert_with_markers( $filename, $marker, $insertion ) { function save_mod_rewrite_rules (line 196) | function save_mod_rewrite_rules() { function iis7_save_url_rewrite_rules (line 229) | function iis7_save_url_rewrite_rules(){ function update_recently_edited (line 257) | function update_recently_edited( $file ) { function update_home_siteurl (line 280) | function update_home_siteurl( $old_value, $value ) { function wp_reset_vars (line 303) | function wp_reset_vars( $vars ) { function show_message (line 324) | function show_message($message) { function wp_doc_link_parse (line 342) | function wp_doc_link_parse( $content ) { function set_screen_options (line 397) | function set_screen_options() { function iis7_rewrite_rule_exists (line 483) | function iis7_rewrite_rule_exists($filename) { function iis7_delete_rewrite_rule (line 509) | function iis7_delete_rewrite_rule($filename) { function iis7_add_rewrite_rule (line 544) | function iis7_add_rewrite_rule($filename, $rewrite_rule) { function saveDomDocument (line 624) | function saveDomDocument($doc, $filename) { function admin_color_scheme_picker (line 639) | function admin_color_scheme_picker( $user_id ) { function wp_color_scheme_settings (line 695) | function wp_color_scheme_settings() { function _ipad_meta (line 720) | function _ipad_meta() { function wp_check_locked_posts (line 733) | function wp_check_locked_posts( $response, $data, $screen_id ) { function wp_refresh_post_lock (line 763) | function wp_refresh_post_lock( $response, $data, $screen_id ) { function wp_refresh_post_nonces (line 801) | function wp_refresh_post_nonces( $response, $data, $screen_id ) { function wp_heartbeat_set_suspension (line 839) | function wp_heartbeat_set_suspension( $settings ) { function heartbeat_autosave (line 854) | function heartbeat_autosave( $response, $data ) { function post_form_autocomplete_off (line 883) | function post_form_autocomplete_off() { function wp_admin_canonical_url (line 899) | function wp_admin_canonical_url() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/ms-deprecated.php function wpmu_menu (line 18) | function wpmu_menu() { function wpmu_checkAvailableSpace (line 29) | function wpmu_checkAvailableSpace() { function mu_options (line 41) | function mu_options( $options ) { function activate_sitewide_plugin (line 52) | function activate_sitewide_plugin() { function deactivate_sitewide_plugin (line 63) | function deactivate_sitewide_plugin( $plugin = false ) { function is_wpmu_sitewide_plugin (line 73) | function is_wpmu_sitewide_plugin( $file ) { function get_site_allowed_themes (line 84) | function get_site_allowed_themes() { function wpmu_get_blog_allowedthemes (line 95) | function wpmu_get_blog_allowedthemes( $blog_id = 0 ) { function ms_deprecated_blogs_file (line 105) | function ms_deprecated_blogs_file() {} FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/ms.php function check_upload_size (line 18) | function check_upload_size( $file ) { function wpmu_delete_blog (line 60) | function wpmu_delete_blog( $blog_id, $drop = false ) { function wpmu_delete_user (line 190) | function wpmu_delete_user( $id ) { function update_option_new_admin_email (line 264) | function update_option_new_admin_email( $old_value, $value ) { function send_confirmation_on_profile_email (line 328) | function send_confirmation_on_profile_email() { function new_user_email_admin_notice (line 407) | function new_user_email_admin_notice() { function upload_is_user_over_quota (line 420) | function upload_is_user_over_quota( $echo = true ) { function display_space_usage (line 444) | function display_space_usage() { function fix_import_form_size (line 472) | function fix_import_form_size( $size ) { function upload_space_setting (line 487) | function upload_space_setting( $id ) { function update_user_status (line 522) | function update_user_status( $id, $pref, $value, $deprecated = null ) { function refresh_user_details (line 566) | function refresh_user_details( $id ) { function format_code_lang (line 586) | function format_code_lang( $code = '' ) { function sync_category_tag_slugs (line 625) | function sync_category_tag_slugs( $term, $taxonomy ) { function _access_denied_splash (line 643) | function _access_denied_splash() { function check_import_new_users (line 684) | function check_import_new_users( $permission ) { function mu_dropdown_languages (line 699) | function mu_dropdown_languages( $lang_files = array(), $current = '' ) { function site_admin_notice (line 750) | function site_admin_notice() { function avoid_blog_page_permalink_collision (line 770) | function avoid_blog_page_permalink_collision( $data, $postarr ) { function choose_primary_blog (line 800) | function choose_primary_blog() { function grant_super_admin (line 851) | function grant_super_admin( $user_id ) { function revoke_super_admin (line 898) | function revoke_super_admin( $user_id ) { function can_edit_network (line 949) | function can_edit_network( $site_id ) { function _thickbox_path_admin_subfolder (line 975) | function _thickbox_path_admin_subfolder() { function confirm_delete_users (line 987) | function confirm_delete_users( $users ) { function network_settings_add_js (line 1097) | function network_settings_add_js() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/nav-menu.php function _wp_ajax_menu_quick_search (line 23) | function _wp_ajax_menu_quick_search( $request = array() ) { function wp_nav_menu_setup (line 126) | function wp_nav_menu_setup() { function wp_initial_nav_menu_meta_boxes (line 151) | function wp_initial_nav_menu_meta_boxes() { function wp_nav_menu_post_type_meta_boxes (line 181) | function wp_nav_menu_post_type_meta_boxes() { function wp_nav_menu_taxonomy_meta_boxes (line 215) | function wp_nav_menu_taxonomy_meta_boxes() { function wp_nav_menu_disabled_check (line 241) | function wp_nav_menu_disabled_check( $nav_menu_selected_id ) { function wp_nav_menu_item_link_meta_box (line 258) | function wp_nav_menu_item_link_meta_box() { function wp_nav_menu_item_post_type_meta_box (line 302) | function wp_nav_menu_item_post_type_meta_box( $object, $post_type ) { function wp_nav_menu_item_taxonomy_meta_box (line 579) | function wp_nav_menu_item_taxonomy_meta_box( $object, $taxonomy ) { function wp_save_nav_menu_items (line 768) | function wp_save_nav_menu_items( $menu_id = 0, $menu_data = array() ) { function _wp_nav_menu_meta_box_object (line 837) | function _wp_nav_menu_meta_box_object( $object = null ) { function wp_get_nav_menu_to_edit (line 878) | function wp_get_nav_menu_to_edit( $menu_id = 0 ) { function wp_nav_menu_manage_columns (line 944) | function wp_nav_menu_manage_columns() { function _wp_delete_orphaned_draft_menu_items (line 964) | function _wp_delete_orphaned_draft_menu_items() { function wp_nav_menu_update_menu_items (line 984) | function wp_nav_menu_update_menu_items ( $nav_menu_selected_id, $nav_men... FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/network.php function network_domain_check (line 19) | function network_domain_check() { function allow_subdomain_install (line 35) | function allow_subdomain_install() { function allow_subdirectory_install (line 52) | function allow_subdirectory_install() { function get_clean_basedomain (line 80) | function get_clean_basedomain() { function network_step1 (line 101) | function network_step1( $errors = false ) { function network_step2 (line 326) | function network_step2( $errors = false ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/noop.php function __ (line 6) | function __() {} function _x (line 11) | function _x() {} function add_filter (line 16) | function add_filter() {} function esc_attr (line 21) | function esc_attr() {} function apply_filters (line 26) | function apply_filters() {} function get_option (line 31) | function get_option() {} function is_lighttpd_before_150 (line 36) | function is_lighttpd_before_150() {} function add_action (line 41) | function add_action() {} function did_action (line 46) | function did_action() {} function do_action_ref_array (line 51) | function do_action_ref_array() {} function get_bloginfo (line 56) | function get_bloginfo() {} function is_admin (line 61) | function is_admin() {return true;} function site_url (line 66) | function site_url() {} function admin_url (line 71) | function admin_url() {} function home_url (line 76) | function home_url() {} function includes_url (line 81) | function includes_url() {} function wp_guess_url (line 86) | function wp_guess_url() {} function json_encode (line 92) | function json_encode() {} function get_file (line 95) | function get_file( $path ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/options.php function options_discussion_add_js (line 15) | function options_discussion_add_js() { function options_general_add_js (line 34) | function options_general_add_js() { function options_permalink_add_js (line 94) | function options_permalink_add_js() { function options_reading_add_js (line 116) | function options_reading_add_js() { function options_reading_blog_charset (line 138) | function options_reading_blog_charset() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/plugin-install.php function plugins_api (line 101) | function plugins_api( $action, $args = array() ) { function install_popular_tags (line 193) | function install_popular_tags( $args = array() ) { function install_dashboard (line 211) | function install_dashboard() { function install_search_form (line 252) | function install_search_form( $type_selector = true ) { function install_plugins_upload (line 283) | function install_plugins_upload() { function install_plugins_favorites_form (line 302) | function install_plugins_favorites_form() { function display_plugins_table (line 324) | function display_plugins_table() { function install_plugin_install_status (line 354) | function install_plugin_install_status($api, $loop = false) { function install_plugin_information (line 427) | function install_plugin_information() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/plugin.php function get_plugin_data (line 68) | function get_plugin_data( $plugin_file, $markup = true, $translate = tru... function _get_plugin_data_markup_translate (line 112) | function _get_plugin_data_markup_translate( $plugin_file, $plugin_data, ... function get_plugin_files (line 182) | function get_plugin_files($plugin) { function get_plugins (line 234) | function get_plugins($plugin_folder = '') { function get_mu_plugins (line 304) | function get_mu_plugins() { function _sort_uname_callback (line 351) | function _sort_uname_callback( $a, $b ) { function get_dropins (line 361) | function get_dropins() { function _get_dropins (line 406) | function _get_dropins() { function is_plugin_active (line 434) | function is_plugin_active( $plugin ) { function is_plugin_inactive (line 449) | function is_plugin_inactive( $plugin ) { function is_plugin_active_for_network (line 461) | function is_plugin_active_for_network( $plugin ) { function is_network_only_plugin (line 484) | function is_network_only_plugin( $plugin ) { function activate_plugin (line 518) | function activate_plugin( $plugin, $redirect = '', $network_wide = false... function deactivate_plugins (line 625) | function deactivate_plugins( $plugins, $silent = false, $network_wide = ... function activate_plugins (line 727) | function activate_plugins( $plugins, $redirect = '', $network_wide = fal... function delete_plugins (line 758) | function delete_plugins( $plugins, $deprecated = '' ) { function validate_active_plugins (line 891) | function validate_active_plugins() { function validate_plugin (line 930) | function validate_plugin($plugin) { function is_uninstallable_plugin (line 950) | function is_uninstallable_plugin($plugin) { function uninstall_plugin (line 970) | function uninstall_plugin($plugin) { function add_menu_page (line 1043) | function add_menu_page( $page_title, $menu_title, $capability, $menu_slu... function add_object_page (line 1101) | function add_object_page( $page_title, $menu_title, $capability, $menu_s... function add_utility_page (line 1128) | function add_utility_page( $page_title, $menu_title, $capability, $menu_... function add_submenu_page (line 1160) | function add_submenu_page( $parent_slug, $page_title, $menu_title, $capa... function add_management_page (line 1225) | function add_management_page( $page_title, $menu_title, $capability, $me... function add_options_page (line 1245) | function add_options_page( $page_title, $menu_title, $capability, $menu_... function add_theme_page (line 1265) | function add_theme_page( $page_title, $menu_title, $capability, $menu_sl... function add_plugins_page (line 1285) | function add_plugins_page( $page_title, $menu_title, $capability, $menu_... function add_users_page (line 1305) | function add_users_page( $page_title, $menu_title, $capability, $menu_sl... function add_dashboard_page (line 1328) | function add_dashboard_page( $page_title, $menu_title, $capability, $men... function add_posts_page (line 1348) | function add_posts_page( $page_title, $menu_title, $capability, $menu_sl... function add_media_page (line 1368) | function add_media_page( $page_title, $menu_title, $capability, $menu_sl... function add_links_page (line 1388) | function add_links_page( $page_title, $menu_title, $capability, $menu_sl... function add_pages_page (line 1408) | function add_pages_page( $page_title, $menu_title, $capability, $menu_sl... function add_comments_page (line 1428) | function add_comments_page( $page_title, $menu_title, $capability, $menu... function remove_menu_page (line 1442) | function remove_menu_page( $menu_slug ) { function remove_submenu_page (line 1466) | function remove_submenu_page( $menu_slug, $submenu_slug ) { function menu_page_url (line 1495) | function menu_page_url($menu_slug, $echo = true) { function get_admin_page_parent (line 1532) | function get_admin_page_parent( $parent = '' ) { function get_admin_page_title (line 1597) | function get_admin_page_title() { function get_plugin_page_hook (line 1675) | function get_plugin_page_hook( $plugin_page, $parent_page ) { function get_plugin_page_hookname (line 1689) | function get_plugin_page_hookname( $plugin_page, $parent_page ) { function user_can_access_admin_page (line 1720) | function user_can_access_admin_page() { function register_setting (line 1802) | function register_setting( $option_group, $option_name, $sanitize_callba... function unregister_setting (line 1831) | function unregister_setting( $option_group, $option_name, $sanitize_call... function option_update_filter (line 1861) | function option_update_filter( $options ) { function add_option_whitelist (line 1881) | function add_option_whitelist( $new_options, $options = '' ) { function remove_option_whitelist (line 1914) | function remove_option_whitelist( $del_options, $options = '' ) { function settings_fields (line 1940) | function settings_fields($option_group) { function wp_clean_plugins_cache (line 1953) | function wp_clean_plugins_cache( $clear_update_cache = true ) { function plugin_sandbox_scrape (line 1962) | function plugin_sandbox_scrape( $plugin ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/post.php function _wp_translate_postdata (line 21) | function _wp_translate_postdata( $update = false, $post_data = null ) { function edit_post (line 181) | function edit_post( $post_data = null ) { function bulk_edit_posts (line 411) | function bulk_edit_posts( $post_data = null ) { function get_default_post_to_edit (line 584) | function get_default_post_to_edit( $post_type = 'post', $create_in_db = ... function post_exists (line 669) | function post_exists($title, $content = '', $date = '') { function wp_write_post (line 709) | function wp_write_post() { function write_post (line 778) | function write_post() { function add_meta (line 798) | function add_meta( $post_ID ) { function delete_meta (line 837) | function delete_meta( $mid ) { function get_meta_keys (line 850) | function get_meta_keys() { function get_post_meta_by_id (line 870) | function get_post_meta_by_id( $mid ) { function has_meta (line 884) | function has_meta( $postid ) { function update_meta (line 902) | function update_meta( $meta_id, $meta_key, $meta_value ) { function _fix_attachment_links (line 922) | function _fix_attachment_links( $post ) { function get_available_post_statuses (line 974) | function get_available_post_statuses($type = 'post') { function wp_edit_posts_query (line 988) | function wp_edit_posts_query( $q = false ) { function get_available_post_mime_types (line 1078) | function get_available_post_mime_types($type = 'attachment') { function wp_edit_attachments_query_vars (line 1094) | function wp_edit_attachments_query_vars( $q = false ) { function wp_edit_attachments_query (line 1152) | function wp_edit_attachments_query( $q = false ) { function postbox_classes (line 1170) | function postbox_classes( $id, $page ) { function get_sample_permalink (line 1207) | function get_sample_permalink($id, $title = null, $name = null) { function get_sample_permalink_html (line 1285) | function get_sample_permalink_html( $id, $new_title = null, $new_slug = ... function _wp_post_thumbnail_html (line 1378) | function _wp_post_thumbnail_html( $thumbnail_id = null, $post = null ) { function wp_check_post_lock (line 1446) | function wp_check_post_lock( $post_id ) { function wp_set_post_lock (line 1474) | function wp_set_post_lock( $post_id ) { function _admin_notice_post_locked (line 1493) | function _admin_notice_post_locked() { function wp_create_post_autosave (line 1648) | function wp_create_post_autosave( $post_data ) { function post_preview (line 1710) | function post_preview() { function wp_autosave (line 1763) | function wp_autosave( $post_data ) { function redirect_post (line 1801) | function redirect_post($post_id = '') { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/revision.php function wp_get_revision_ui_diff (line 22) | function wp_get_revision_ui_diff( $post, $compare_from, $compare_to ) { function wp_prepare_revisions_for_js (line 145) | function wp_prepare_revisions_for_js( $post, $selected_revision_id, $fro... function wp_print_revision_templates (line 316) | function wp_print_revision_templates() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/schema.php function wp_get_db_schema (line 36) | function wp_get_db_schema( $scope = 'all', $blog_id = null ) { function populate_options (line 353) | function populate_options() { function populate_roles (line 617) | function populate_roles() { function populate_roles_160 (line 633) | function populate_roles_160() { function populate_roles_210 (line 738) | function populate_roles_210() { function populate_roles_230 (line 785) | function populate_roles_230() { function populate_roles_250 (line 798) | function populate_roles_250() { function populate_roles_260 (line 811) | function populate_roles_260() { function populate_roles_270 (line 825) | function populate_roles_270() { function populate_roles_280 (line 839) | function populate_roles_280() { function populate_roles_300 (line 852) | function populate_roles_300() { function install_network (line 873) | function install_network() { function populate_network (line 895) | function populate_network( $network_id = 1, $domain = '', $email = '', $... FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/screen.php function get_column_headers (line 19) | function get_column_headers( $screen ) { function get_hidden_columns (line 53) | function get_hidden_columns( $screen ) { function meta_box_prefs (line 98) | function meta_box_prefs( $screen ) { function get_hidden_meta_boxes (line 137) | function get_hidden_meta_boxes( $screen ) { function add_screen_option (line 187) | function add_screen_option( $option, $args = array() ) { function get_current_screen (line 205) | function get_current_screen() { function set_current_screen (line 222) | function set_current_screen( $hook_name = '' ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/taxonomy.php function category_exists (line 24) | function category_exists( $cat_name, $parent = null ) { function get_category_to_edit (line 39) | function get_category_to_edit( $id ) { function wp_create_category (line 54) | function wp_create_category( $cat_name, $parent = 0 ) { function wp_create_categories (line 70) | function wp_create_categories( $categories, $post_id = '' ) { function wp_insert_category (line 108) | function wp_insert_category( $catarr, $wp_error = false ) { function wp_update_category (line 168) | function wp_update_category($catarr) { function tag_exists (line 199) | function tag_exists($tag_name) { function wp_create_tag (line 211) | function wp_create_tag($tag_name) { function get_tags_to_edit (line 224) | function get_tags_to_edit( $post_id, $taxonomy = 'post_tag' ) { function get_terms_to_edit (line 237) | function get_terms_to_edit( $post_id, $taxonomy = 'post_tag' ) { function wp_create_term (line 285) | function wp_create_term($tag_name, $taxonomy = 'post_tag') { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/template.php function wp_category_checklist (line 40) | function wp_category_checklist( $post_id = 0, $descendants_and_self = 0,... function wp_terms_checklist (line 77) | function wp_terms_checklist( $post_id = 0, $args = array() ) { function wp_popular_terms_checklist (line 191) | function wp_popular_terms_checklist( $taxonomy, $default = 0, $number = ... function wp_link_category_checklist (line 234) | function wp_link_category_checklist( $link_id = 0 ) { function get_inline_data (line 271) | function get_inline_data($post) { function wp_comment_reply (line 354) | function wp_comment_reply( $position = 1, $checkbox = false, $mode = 'si... function wp_comment_trashnotice (line 462) | function wp_comment_trashnotice() { function list_meta (line 480) | function list_meta( $meta ) { function _list_meta_row (line 527) | function _list_meta_row( $entry, &$count ) { function meta_form (line 580) | function meta_form( $post = null ) { function touch_time (line 684) | function touch_time( $edit = 1, $for_post = 1, $tab_index = 0, $multi = ... function page_template_dropdown (line 767) | function page_template_dropdown( $default = '' ) { function parent_dropdown (line 791) | function parent_dropdown( $default = 0, $parent = 0, $level = 0, $post =... function wp_dropdown_roles (line 820) | function wp_dropdown_roles( $selected = '' ) { function wp_import_upload_form (line 843) | function wp_import_upload_form( $action ) { function add_meta_box (line 903) | function add_meta_box( $id, $title, $callback, $screen = null, $context ... function do_meta_boxes (line 990) | function do_meta_boxes( $screen, $context, $object ) { function remove_meta_box (line 1070) | function remove_meta_box( $id, $screen, $context ) { function do_accordion_sections (line 1116) | function do_accordion_sections( $screen, $context, $object ) { function add_settings_section (line 1194) | function add_settings_section($id, $title, $callback, $page) { function add_settings_field (line 1245) | function add_settings_field($id, $title, $callback, $page, $section = 'd... function do_settings_sections (line 1274) | function do_settings_sections( $page ) { function do_settings_fields (line 1309) | function do_settings_fields($page, $section) { function add_settings_error (line 1361) | function add_settings_error( $setting, $code, $message, $type = 'error' ) { function get_settings_errors (line 1394) | function get_settings_errors( $setting = '', $sanitize = false ) { function settings_errors (line 1454) | function settings_errors( $setting = '', $sanitize = false, $hide_on_upd... function find_posts_div (line 1482) | function find_posts_div($found_action = '') { function the_post_password (line 1520) | function the_post_password() { function _draft_or_post_title (line 1537) | function _draft_or_post_title( $post = 0 ) { function _admin_search_query (line 1552) | function _admin_search_query() { function iframe_header (line 1568) | function iframe_header( $title = '', $deprecated = false ) { function iframe_footer (line 1646) | function iframe_footer() { function _post_states (line 1672) | function _post_states($post) { function _media_states (line 1732) | function _media_states( $post ) { function compression_test (line 1784) | function compression_test() { function submit_button (line 1859) | function submit_button( $text = null, $type = 'primary', $name = 'submit... function get_submit_button (line 1884) | function get_submit_button( $text = '', $type = 'primary large', $name =... function _wp_admin_html_begin (line 1936) | function _wp_admin_html_begin() { function convert_to_screen (line 1975) | function convert_to_screen( $hook_name ) { function _local_storage_notice (line 1990) | function _local_storage_notice() { function wp_star_rating (line 2027) | function wp_star_rating( $args = array() ) { function _wp_posts_page_notice (line 2078) | function _wp_posts_page_notice() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/theme-install.php function install_themes_feature_list (line 31) | function install_themes_feature_list() { function install_theme_search_form (line 56) | function install_theme_search_form( $type_selector = true ) { function install_themes_dashboard (line 98) | function install_themes_dashboard() { function install_themes_upload (line 141) | function install_themes_upload() { function display_theme (line 161) | function display_theme( $theme ) { function display_themes (line 178) | function display_themes() { function install_theme_information (line 196) | function install_theme_information() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/theme.php function delete_theme (line 20) | function delete_theme($stylesheet, $redirect = '') { function get_page_templates (line 100) | function get_page_templates( $post = null ) { function _get_template_edit_filename (line 114) | function _get_template_edit_filename($fullpath, $containingfolder) { function theme_update_available (line 128) | function theme_update_available( $theme ) { function get_theme_update_available (line 144) | function get_theme_update_available( $theme ) { function get_theme_feature_list (line 193) | function get_theme_feature_list( $api = true ) { function themes_api (line 379) | function themes_api( $action, $args = array() ) { function wp_prepare_themes_for_js (line 475) | function wp_prepare_themes_for_js( $themes = null ) { function customize_themes_print_templates (line 583) | function customize_themes_print_templates() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/translation-install.php function translations_api (line 19) | function translations_api( $type, $args = null ) { function wp_get_available_translations (line 96) | function wp_get_available_translations() { function wp_install_language_form (line 131) | function wp_install_language_form( $languages ) { function wp_download_language_pack (line 178) | function wp_download_language_pack( $download ) { function wp_can_install_language_pack (line 226) | function wp_can_install_language_pack() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/update-core.php function update_core (line 797) | function update_core($from, $to) { function _copy_dir (line 1143) | function _copy_dir($from, $to, $skip_list = array() ) { function _redirect_to_about_wordpress (line 1199) | function _redirect_to_about_wordpress( $new_version ) { function _upgrade_422_remove_genericons (line 1241) | function _upgrade_422_remove_genericons() { function _upgrade_422_find_genericons_files_in_folder (line 1285) | function _upgrade_422_find_genericons_files_in_folder( $directory ) { function _upgrade_440_force_deactivate_incompatible_plugins (line 1307) | function _upgrade_440_force_deactivate_incompatible_plugins() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/update.php function get_preferred_from_update_core (line 14) | function get_preferred_from_update_core() { function get_core_updates (line 30) | function get_core_updates( $options = array() ) { function find_core_auto_update (line 72) | function find_core_auto_update() { function get_core_checksums (line 103) | function get_core_checksums( $version, $locale ) { function dismiss_core_update (line 136) | function dismiss_core_update( $update ) { function undismiss_core_update (line 148) | function undismiss_core_update( $version, $locale ) { function find_core_update (line 165) | function find_core_update( $version, $locale ) { function core_update_footer (line 184) | function core_update_footer( $msg = '' ) { function update_nag (line 219) | function update_nag() { function update_right_now_message (line 242) | function update_right_now_message() { function get_plugin_updates (line 281) | function get_plugin_updates() { function wp_plugin_update_rows (line 298) | function wp_plugin_update_rows() { function wp_plugin_update_row (line 317) | function wp_plugin_update_row( $file, $plugin_data ) { function get_theme_updates (line 392) | function get_theme_updates() { function wp_theme_update_rows (line 410) | function wp_theme_update_rows() { function wp_theme_update_row (line 430) | function wp_theme_update_row( $theme_key, $theme ) { function maintenance_nag (line 476) | function maintenance_nag() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/upgrade.php function wp_install (line 39) | function wp_install( $blog_title, $user_name, $user_email, $public, $dep... function wp_install_defaults (line 127) | function wp_install_defaults( $user_id ) { function wp_install_maybe_enable_pretty_permalinks (line 290) | function wp_install_maybe_enable_pretty_permalinks() { function wp_new_blog_notification (line 367) | function wp_new_blog_notification($blog_title, $blog_url, $user_id, $pas... function wp_upgrade (line 404) | function wp_upgrade() { function upgrade_all (line 455) | function upgrade_all() { function upgrade_100 (line 566) | function upgrade_100() { function upgrade_101 (line 624) | function upgrade_101() { function upgrade_110 (line 644) | function upgrade_110() { function upgrade_130 (line 706) | function upgrade_130() { function upgrade_160 (line 793) | function upgrade_160() { function upgrade_210 (line 879) | function upgrade_210() { function upgrade_230 (line 926) | function upgrade_230() { function upgrade_230_options_table (line 1104) | function upgrade_230_options_table() { function upgrade_230_old_tables (line 1120) | function upgrade_230_old_tables() { function upgrade_old_slugs (line 1134) | function upgrade_old_slugs() { function upgrade_250 (line 1147) | function upgrade_250() { function upgrade_252 (line 1163) | function upgrade_252() { function upgrade_260 (line 1176) | function upgrade_260() { function upgrade_270 (line 1191) | function upgrade_270() { function upgrade_280 (line 1210) | function upgrade_280() { function upgrade_290 (line 1239) | function upgrade_290() { function upgrade_300 (line 1259) | function upgrade_300() { function upgrade_330 (line 1306) | function upgrade_330() { function upgrade_340 (line 1378) | function upgrade_340() { function upgrade_350 (line 1414) | function upgrade_350() { function upgrade_370 (line 1443) | function upgrade_370() { function upgrade_372 (line 1457) | function upgrade_372() { function upgrade_380 (line 1470) | function upgrade_380() { function upgrade_400 (line 1484) | function upgrade_400() { function upgrade_420 (line 1505) | function upgrade_420() {} function upgrade_430 (line 1515) | function upgrade_430() { function upgrade_430_fix_comments (line 1553) | function upgrade_430_fix_comments() { function upgrade_431 (line 1599) | function upgrade_431() { function upgrade_440 (line 1616) | function upgrade_440() { function upgrade_network (line 1640) | function upgrade_network() { function maybe_create_table (line 1802) | function maybe_create_table($table_name, $create_ddl) { function drop_index (line 1832) | function drop_index($table, $index) { function add_clean_index (line 1855) | function add_clean_index($table, $index) { function maybe_add_column (line 1874) | function maybe_add_column($table_name, $column_name, $create_ddl) { function maybe_convert_table_to_utf8mb4 (line 1904) | function maybe_convert_table_to_utf8mb4( $table ) { function get_alloptions_110 (line 1946) | function get_alloptions_110() { function __get_option (line 1971) | function __get_option($setting) { function deslash (line 1999) | function deslash($content) { function dbDelta (line 2036) | function dbDelta( $queries = '', $execute = true ) { function make_db_current (line 2303) | function make_db_current( $tables = 'all' ) { function make_db_current_silent (line 2322) | function make_db_current_silent( $tables = 'all' ) { function make_site_theme_from_oldschool (line 2337) | function make_site_theme_from_oldschool($theme_name, $template) { function make_site_theme_from_default (line 2420) | function make_site_theme_from_default($theme_name, $template) { function make_site_theme (line 2483) | function make_site_theme() { function translate_level_to_role (line 2532) | function translate_level_to_role($level) { function wp_check_mysql_version (line 2560) | function wp_check_mysql_version() { function maybe_disable_automattic_widgets (line 2572) | function maybe_disable_automattic_widgets() { function maybe_disable_link_manager (line 2592) | function maybe_disable_link_manager() { function pre_schema_upgrade (line 2607) | function pre_schema_upgrade() { function install_global_terms (line 2670) | function install_global_terms() { function wp_should_upgrade_global_tables (line 2706) | function wp_should_upgrade_global_tables() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/user.php function add_user (line 16) | function add_user() { function edit_user (line 30) | function edit_user( $user_id = 0 ) { function get_editable_roles (line 211) | function get_editable_roles() { function get_user_to_edit (line 234) | function get_user_to_edit( $user_id ) { function get_users_drafts (line 253) | function get_users_drafts( $user_id ) { function wp_delete_user (line 284) | function wp_delete_user( $id, $reassign = null ) { function wp_revoke_user (line 397) | function wp_revoke_user($id) { function default_password_nag_handler (line 411) | function default_password_nag_handler($errors = false) { function default_password_nag_edit_user (line 430) | function default_password_nag_edit_user($user_ID, $old_data) { function default_password_nag (line 449) | function default_password_nag() { function delete_users_add_js (line 469) | function delete_users_add_js() { ?> function use_ssl_preference (line 491) | function use_ssl_preference($user) { function admin_created_user_email (line 505) | function admin_created_user_email( $text ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/includes/widgets.php function wp_list_widgets (line 17) | function wp_list_widgets() { function _sort_name_callback (line 60) | function _sort_name_callback( $a, $b ) { function wp_list_widget_controls (line 73) | function wp_list_widget_controls( $sidebar, $sidebar_name = '' ) { function wp_list_widget_controls_dynamic_sidebar (line 114) | function wp_list_widget_controls_dynamic_sidebar( $params ) { function next_widget_id_number (line 142) | function next_widget_id_number( $id_base ) { function wp_widget_control (line 169) | function wp_widget_control( $sidebar_args ) { function wp_widgets_access_body_class (line 279) | function wp_widgets_access_body_class($classes) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/install-helper.php function maybe_create_table (line 52) | function maybe_create_table($table_name, $create_ddl) { function maybe_add_column (line 85) | function maybe_add_column($table_name, $column_name, $create_ddl) { function maybe_drop_column (line 119) | function maybe_drop_column($table_name, $column_name, $drop_ddl) { function check_column (line 168) | function check_column($table_name, $col_name, $col_type, $is_null = null... FILE: Docker/security/apparmor/wordpress/html/wp-admin/install.php function display_header (line 58) | function display_header( $body_classes = '' ) { function display_setup_form (line 92) | function display_setup_form( $error = null ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/accordion.js function accordionSwitch (line 54) | function accordionSwitch ( el ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/bookmarklet.js function add (line 55) | function add( name, value ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/common.js function currentMenuItemHasPopup (line 255) | function currentMenuItemHasPopup() { function adjustSubmenu (line 283) | function adjustSubmenu( $menuItem ) { function makeNoticesDismissible (line 403) | function makeNoticesDismissible() { function toggleUploadButton (line 592) | function toggleUploadButton() { function pinMenu (line 601) | function pinMenu( event ) { function resetHeights (line 719) | function resetHeights() { function unpinMenu (line 728) | function unpinMenu() { function setPinMenu (line 741) | function setPinMenu() { function triggerEvent (line 912) | function triggerEvent() { function fireOnce (line 916) | function fireOnce() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/customize-nav-menus.js function menuItemIdToSettingId (line 2726) | function menuItemIdToSettingId( menuItemId ) { function displayNavMenuName (line 2737) | function displayNavMenuName( name ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/customize-widgets.js function parseWidgetId (line 2149) | function parseWidgetId( widgetId ) { function widgetIdToSettingId (line 2171) | function widgetIdToSettingId( widgetId ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/dashboard.js function show (line 37) | function show(i, id) { function highlightLatestPost (line 84) | function highlightLatestPost () { function autoResizeTextarea (line 128) | function autoResizeTextarea() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/editor-expand.js function getHeights (line 65) | function getHeights() { function textEditorKeyup (line 87) | function textEditorKeyup( event ) { function textEditorResize (line 125) | function textEditorResize() { function mceGetCursorOffset (line 176) | function mceGetCursorOffset() { function mceKeyup (line 203) | function mceKeyup( event ) { function mceScroll (line 217) | function mceScroll( key ) { function mceFullscreenToggled (line 245) | function mceFullscreenToggled( event ) { function mceShow (line 252) | function mceShow() { function mceHide (line 261) | function mceHide() { function toggleAdvanced (line 278) | function toggleAdvanced() { function adjust (line 317) | function adjust( event ) { function fullscreenHide (line 612) | function fullscreenHide() { function initialResize (line 617) | function initialResize( callback ) { function afterScroll (line 623) | function afterScroll() { function on (line 628) | function on() { function off (line 687) | function off() { function recalcEditorRect (line 815) | function recalcEditorRect() { function activate (line 821) | function activate() { function deactivate (line 830) | function deactivate() { function isActive (line 841) | function isActive() { function on (line 845) | function on() { function off (line 861) | function off() { function toggle (line 877) | function toggle() { function isOn (line 885) | function isOn() { function fadeOut (line 889) | function fadeOut( event ) { function fadeIn (line 1012) | function fadeIn( event ) { function maybeFadeIn (line 1051) | function maybeFadeIn() { function fadeOutAdminBar (line 1066) | function fadeOutAdminBar() { function fadeInAdminBar (line 1080) | function fadeInAdminBar() { function fadeOutSlug (line 1088) | function fadeOutSlug() { function fadeInSlug (line 1098) | function fadeInSlug() { function toggleViaKeyboard (line 1108) | function toggleViaKeyboard( event ) { function focus (line 1152) | function focus() { function blur (line 1156) | function blur() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/editor.js function SwitchEditors (line 3) | function SwitchEditors() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/nav-menu.js function updateSharedVars (line 747) | function updateSharedVars(ui) { function updateCurrentDepth (line 767) | function updateCurrentDepth(ui, depth) { function initialMenuMaxDepth (line 772) | function initialMenuMaxDepth() { function updateMenuMaxDepth (line 778) | function updateMenuMaxDepth( depthChange ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/post.js function schedule (line 171) | function schedule() { function editPermalink (line 723) | function editPermalink() { function dragging (line 848) | function dragging( event ) { function endDrag (line 862) | function endDrag() { function update (line 958) | function update() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/press-this.js function __ (line 50) | function __( key ) { function stripTags (line 64) | function stripTags( string ) { function sanitizeText (line 79) | function sanitizeText( text ) { function checkUrl (line 96) | function checkUrl( url ) { function showSpinner (line 110) | function showSpinner() { function hideSpinner (line 118) | function hideSpinner() { function textEditorResize (line 123) | function textEditorResize( reset ) { function mceGetCursorOffset (line 146) | function mceGetCursorOffset() { function mceKeyup (line 172) | function mceKeyup( event ) { function mceScroll (line 187) | function mceScroll( key ) { function getTitleText (line 219) | function getTitleText() { function prepareFormData (line 233) | function prepareFormData() { function submitPost (line 264) | function submitPost( action ) { function insertSelectedMedia (line 315) | function insertSelectedMedia( $element ) { function saveNewCategory (line 345) | function saveNewCategory() { function renderToolsVisibility (line 403) | function renderToolsVisibility() { function renderNotice (line 415) | function renderNotice( msg, error ) { function renderError (line 427) | function renderError( msg ) { function clearNotices (line 431) | function clearNotices() { function renderStartupNotices (line 438) | function renderStartupNotices() { function addImg (line 450) | function addImg( src, displaySrc, i ) { function renderDetectedMedia (line 462) | function renderDetectedMedia() { function monitorOptionsModal (line 546) | function monitorOptionsModal() { function openSidebar (line 591) | function openSidebar() { function closeSidebar (line 604) | function closeSidebar() { function monitorPlaceholder (line 623) | function monitorPlaceholder() { function toggleCatItem (line 681) | function toggleCatItem( $element ) { function monitorCatList (line 689) | function monitorCatList() { function splitButtonClose (line 704) | function splitButtonClose() { function render (line 716) | function render(){ function monitor (line 735) | function monitor() { function refreshCatsCache (line 903) | function refreshCatsCache() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/set-post-thumbnail.js function WPSetAsThumbnail (line 4) | function WPSetAsThumbnail( id, nonce ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/svg-painter.js function init (line 41) | function init() { function code (line 51) | function code( s, discard, alpha, beta, w1, w2 ) { function btoa (line 84) | function btoa( plain ) { function atob (line 93) | function atob( coded ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/user-profile.js function generatePassword (line 30) | function generatePassword() { function bindPass1 (line 44) | function bindPass1() { function resetToggle (line 101) | function resetToggle() { function bindToggleButton (line 119) | function bindToggleButton() { function bindPasswordForm (line 155) | function bindPasswordForm() { function check_pass_strength (line 276) | function check_pass_strength() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/js/word-count.js function WordCounter (line 2) | function WordCounter( settings ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/link-parse-opml.php function startElement (line 33) | function startElement($parser, $tagName, $attrs) { function endElement (line 70) | function endElement($parser, $tagName) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/menu-header.php function _wp_menu_output (line 68) | function _wp_menu_output( $menu, $submenu, $submenu_as_parent = true ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/menu.php function _add_themes_utility_last (line 187) | function _add_themes_utility_last() { FILE: Docker/security/apparmor/wordpress/html/wp-admin/nav-menus.php function wp_nav_menu_max_depth (line 500) | function wp_nav_menu_max_depth( $classes ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/setup-config.php function setup_config_display_header (line 83) | function setup_config_display_header( $body_classes = array() ) { FILE: Docker/security/apparmor/wordpress/html/wp-admin/update-core.php function list_core_update (line 35) | function list_core_update( $update ) { function dismissed_updates (line 120) | function dismissed_updates() { function core_upgrade_preamble (line 156) | function core_upgrade_preamble() { function list_plugin_updates (line 220) | function list_plugin_updates() { function list_theme_updates (line 333) | function list_theme_updates() { function list_translation_updates (line 384) | function list_translation_updates() { function do_core_upgrade (line 414) | function do_core_upgrade( $reinstall = false ) { function do_dismiss_core_update (line 491) | function do_dismiss_core_update() { function do_undismiss_core_update (line 505) | function do_undismiss_core_update() { FILE: Docker/security/apparmor/wordpress/html/wp-content/plugins/akismet/_inc/akismet.js function akismet_check_for_spam (line 171) | function akismet_check_for_spam(offset, limit) { FILE: Docker/security/apparmor/wordpress/html/wp-content/plugins/akismet/class.akismet-admin.php class Akismet_Admin (line 3) | class Akismet_Admin { method init (line 27) | public static function init() { method init_hooks (line 37) | public static function init_hooks() { method admin_init (line 68) | public static function admin_init() { method admin_menu (line 73) | public static function admin_menu() { method admin_head (line 80) | public static function admin_head() { method admin_plugin_settings_link (line 85) | public static function admin_plugin_settings_link( $links ) { method load_menu (line 91) | public static function load_menu() { method load_resources (line 102) | public static function load_resources() { method admin_help (line 137) | public static function admin_help() { method enter_api_key (line 239) | public static function enter_api_key() { method save_key (line 269) | public static function save_key( $api_key ) { method dashboard_stats (line 293) | public static function dashboard_stats() { method rightnow_stats (line 312) | public static function rightnow_stats() { method check_for_spam_button (line 339) | public static function check_for_spam_button( $comment_status ) { method recheck_queue (line 355) | public static function recheck_queue() { method remove_comment_author_url (line 427) | public static function remove_comment_author_url() { method add_comment_author_url (line 439) | public static function add_comment_author_url() { method comment_row_action (line 451) | public static function comment_row_action( $a, $comment ) { method comment_status_meta_box (line 509) | public static function comment_status_meta_box( $comment ) { method plugin_action_links (line 607) | public static function plugin_action_links( $links, $file ) { method get_spam_count (line 617) | public static function get_spam_count( $type = false ) { method check_server_ip_connectivity (line 641) | public static function check_server_ip_connectivity() { method check_server_connectivity (line 667) | public static function check_server_connectivity($cache_timeout = 8640... method get_server_connectivity (line 699) | public static function get_server_connectivity($cache_timeout = 86400) { method get_number_spam_waiting (line 703) | public static function get_number_spam_waiting() { method get_page_url (line 708) | public static function get_page_url( $page = 'config' ) { method get_akismet_user (line 722) | public static function get_akismet_user( $api_key ) { method get_stats (line 736) | public static function get_stats( $api_key ) { method verify_wpcom_key (line 750) | public static function verify_wpcom_key( $api_key, $user_id, $extra = ... method connect_jetpack_user (line 765) | public static function connect_jetpack_user() { method display_alert (line 781) | public static function display_alert() { method display_spam_check_warning (line 789) | public static function display_spam_check_warning() { method display_invalid_version (line 798) | public static function display_invalid_version() { method display_api_key_warning (line 802) | public static function display_api_key_warning() { method display_page (line 806) | public static function display_page() { method display_start_page (line 815) | public static function display_start_page() { method display_stats_page (line 857) | public static function display_stats_page() { method display_configuration_page (line 861) | public static function display_configuration_page() { method display_notice (line 913) | public static function display_notice() { method display_status (line 933) | public static function display_status() { method get_jetpack_user (line 963) | private static function get_jetpack_user() { method exclude_commentmeta_from_export (line 995) | public static function exclude_commentmeta_from_export( $exclude, $key... FILE: Docker/security/apparmor/wordpress/html/wp-content/plugins/akismet/class.akismet-widget.php class Akismet_Widget (line 5) | class Akismet_Widget extends WP_Widget { method __construct (line 7) | function __construct() { method css (line 21) | function css() { method form (line 64) | function form( $instance ) { method update (line 81) | function update( $new_instance, $old_instance ) { method widget (line 86) | function widget( $args, $instance ) { function akismet_register_widgets (line 106) | function akismet_register_widgets() { FILE: Docker/security/apparmor/wordpress/html/wp-content/plugins/akismet/class.akismet.php class Akismet (line 3) | class Akismet { method init (line 14) | public static function init() { method init_hooks (line 23) | private static function init_hooks() { method get_api_key (line 58) | public static function get_api_key() { method check_key_status (line 62) | public static function check_key_status( $key, $ip = null ) { method verify_key (line 66) | public static function verify_key( $key, $ip = null ) { method deactivate_key (line 75) | public static function deactivate_key( $key ) { method auto_check_comment (line 84) | public static function auto_check_comment( $commentdata ) { method get_last_comment (line 199) | public static function get_last_comment() { method set_last_comment (line 203) | public static function set_last_comment( $comment ) { method auto_check_update_meta (line 221) | public static function auto_check_update_meta( $id, $comment ) { method delete_old_comments (line 278) | public static function delete_old_comments() { method delete_old_comments_meta (line 319) | public static function delete_old_comments_meta() { method get_user_comments_approved (line 347) | public static function get_user_comments_approved( $user_id, $comment_... method get_comment_history (line 360) | public static function get_comment_history( $comment_id ) { method update_comment_history (line 379) | public static function update_comment_history( $comment_id, $message, ... method check_db_comment (line 405) | public static function check_db_comment( $id, $recheck_reason = 'reche... method transition_comment_status (line 431) | public static function transition_comment_status( $new_status, $old_st... method submit_spam_comment (line 478) | public static function submit_spam_comment( $comment_id ) { method submit_nonspam_comment (line 528) | public static function submit_nonspam_comment( $comment_id ) { method cron_recheck (line 574) | public static function cron_recheck() { method fix_scheduled_recheck (line 658) | public static function fix_scheduled_recheck() { method add_comment_nonce (line 676) | public static function add_comment_nonce( $post_id ) { method is_test_mode (line 682) | public static function is_test_mode() { method allow_discard (line 686) | public static function allow_discard() { method get_ip_address (line 695) | public static function get_ip_address() { method comments_match (line 706) | private static function comments_match( $comment1, $comment2 ) { method matches_last_comment (line 732) | public static function matches_last_comment( $comment ) { method get_user_agent (line 739) | private static function get_user_agent() { method get_referer (line 743) | private static function get_referer() { method get_user_roles (line 748) | public static function get_user_roles( $user_id ) { method last_comment_status (line 773) | public static function last_comment_status( $approved, $comment ) { method disable_moderation_emails_if_unreachable (line 799) | public static function disable_moderation_emails_if_unreachable( $emai... method _cmp_time (line 814) | public static function _cmp_time( $a, $b ) { method _get_microtime (line 818) | public static function _get_microtime() { method http_post (line 831) | public static function http_post( $request, $path, $ip=null ) { method update_alert (line 936) | private static function update_alert( $response ) { method load_form_js (line 956) | public static function load_form_js() { method print_form_js (line 964) | public static function print_form_js() { method inject_ak_js (line 968) | public static function inject_ak_js( $fields ) { method bail_on_activation (line 974) | private static function bail_on_activation( $message, $deactivate = tr... method view (line 1015) | public static function view( $name, array $args = array() ) { method plugin_activation (line 1033) | public static function plugin_activation() { method plugin_deactivation (line 1047) | public static function plugin_deactivation( ) { method build_query (line 1057) | public static function build_query( $args ) { method log (line 1068) | public static function log( $akismet_debug ) { method pre_check_pingback (line 1074) | public static function pre_check_pingback( $method ) { method pingback_forwarded_for (line 1113) | public static function pingback_forwarded_for( $r, $url ) { method sanitize_comment_as_submitted (line 1141) | private static function sanitize_comment_as_submitted( $meta_value ) { FILE: Docker/security/apparmor/wordpress/html/wp-content/plugins/akismet/wrapper.php function akismet_test_mode (line 9) | function akismet_test_mode() { function akismet_http_post (line 13) | function akismet_http_post( $request, $host, $path, $port = 80, $ip = nu... function akismet_microtime (line 19) | function akismet_microtime() { function akismet_delete_old (line 23) | function akismet_delete_old() { function akismet_delete_old_metadata (line 27) | function akismet_delete_old_metadata() { function akismet_check_db_comment (line 31) | function akismet_check_db_comment( $id, $recheck_reason = 'recheck_queue... function akismet_rightnow (line 35) | function akismet_rightnow() { function akismet_admin_init (line 42) | function akismet_admin_init() { function akismet_version_warning (line 45) | function akismet_version_warning() { function akismet_load_js_and_css (line 48) | function akismet_load_js_and_css() { function akismet_nonce_field (line 51) | function akismet_nonce_field( $action = -1 ) { function akismet_plugin_action_links (line 54) | function akismet_plugin_action_links( $links, $file ) { function akismet_conf (line 57) | function akismet_conf() { function akismet_stats_display (line 60) | function akismet_stats_display() { function akismet_stats (line 63) | function akismet_stats() { function akismet_admin_warnings (line 66) | function akismet_admin_warnings() { function akismet_comment_row_action (line 69) | function akismet_comment_row_action( $a, $comment ) { function akismet_comment_status_meta_box (line 72) | function akismet_comment_status_meta_box( $comment ) { function akismet_comments_columns (line 75) | function akismet_comments_columns( $columns ) { function akismet_comment_column_row (line 80) | function akismet_comment_column_row( $column, $comment_id ) { function akismet_text_add_link_callback (line 83) | function akismet_text_add_link_callback( $m ) { function akismet_text_add_link_class (line 86) | function akismet_text_add_link_class( $comment_text ) { function akismet_check_for_spam_button (line 89) | function akismet_check_for_spam_button( $comment_status ) { function akismet_submit_nonspam_comment (line 92) | function akismet_submit_nonspam_comment( $comment_id ) { function akismet_submit_spam_comment (line 95) | function akismet_submit_spam_comment( $comment_id ) { function akismet_transition_comment_status (line 98) | function akismet_transition_comment_status( $new_status, $old_status, $c... function akismet_spam_count (line 101) | function akismet_spam_count( $type = false ) { function akismet_recheck_queue (line 104) | function akismet_recheck_queue() { function akismet_remove_comment_author_url (line 107) | function akismet_remove_comment_author_url() { function akismet_add_comment_author_url (line 110) | function akismet_add_comment_author_url() { function akismet_check_server_connectivity (line 113) | function akismet_check_server_connectivity() { function akismet_get_server_connectivity (line 116) | function akismet_get_server_connectivity( $cache_timeout = 86400 ) { function akismet_server_connectivity_ok (line 119) | function akismet_server_connectivity_ok() { function akismet_admin_menu (line 124) | function akismet_admin_menu() { function akismet_load_menu (line 127) | function akismet_load_menu() { function akismet_init (line 130) | function akismet_init() { function akismet_get_key (line 133) | function akismet_get_key() { function akismet_check_key_status (line 136) | function akismet_check_key_status( $key, $ip = null ) { function akismet_update_alert (line 139) | function akismet_update_alert( $response ) { function akismet_verify_key (line 142) | function akismet_verify_key( $key, $ip = null ) { function akismet_get_user_roles (line 145) | function akismet_get_user_roles( $user_id ) { function akismet_result_spam (line 148) | function akismet_result_spam( $approved ) { function akismet_result_hold (line 151) | function akismet_result_hold( $approved ) { function akismet_get_user_comments_approved (line 154) | function akismet_get_user_comments_approved( $user_id, $comment_author_e... function akismet_update_comment_history (line 157) | function akismet_update_comment_history( $comment_id, $message, $event =... function akismet_get_comment_history (line 160) | function akismet_get_comment_history( $comment_id ) { function akismet_cmp_time (line 163) | function akismet_cmp_time( $a, $b ) { function akismet_auto_check_update_meta (line 166) | function akismet_auto_check_update_meta( $id, $comment ) { function akismet_auto_check_comment (line 169) | function akismet_auto_check_comment( $commentdata ) { function akismet_get_ip_address (line 172) | function akismet_get_ip_address() { function akismet_cron_recheck (line 175) | function akismet_cron_recheck() { function akismet_add_comment_nonce (line 178) | function akismet_add_comment_nonce() { function akismet_fix_scheduled_recheck (line 181) | function akismet_fix_scheduled_recheck() { function akismet_spam_comments (line 184) | function akismet_spam_comments() { function akismet_spam_totals (line 189) | function akismet_spam_totals() { function akismet_manage_page (line 194) | function akismet_manage_page() { function akismet_caught (line 197) | function akismet_caught() { function redirect_old_akismet_urls (line 200) | function redirect_old_akismet_urls() { function akismet_kill_proxy_check (line 203) | function akismet_kill_proxy_check( $option ) { function akismet_pingback_forwarded_for (line 208) | function akismet_pingback_forwarded_for( $r, $url ) { function akismet_pre_check_pingback (line 211) | function akismet_pre_check_pingback( $method ) { FILE: Docker/security/apparmor/wordpress/html/wp-content/plugins/hello.php function hello_dolly_get_lyric (line 15) | function hello_dolly_get_lyric() { function hello_dolly (line 54) | function hello_dolly() { function dolly_css (line 63) | function dolly_css() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfifteen/functions.php function twentyfifteen_setup (line 54) | function twentyfifteen_setup() { function twentyfifteen_widgets_init (line 131) | function twentyfifteen_widgets_init() { function twentyfifteen_fonts_url (line 152) | function twentyfifteen_fonts_url() { function twentyfifteen_javascript_detection (line 215) | function twentyfifteen_javascript_detection() { function twentyfifteen_scripts (line 225) | function twentyfifteen_scripts() { function twentyfifteen_post_nav_background (line 268) | function twentyfifteen_post_nav_background() { function twentyfifteen_nav_description (line 314) | function twentyfifteen_nav_description( $item_output, $item, $depth, $ar... function twentyfifteen_search_form_modify (line 331) | function twentyfifteen_search_form_modify( $html ) { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfifteen/inc/back-compat.php function twentyfifteen_switch_theme (line 21) | function twentyfifteen_switch_theme() { function twentyfifteen_upgrade_notice (line 36) | function twentyfifteen_upgrade_notice() { function twentyfifteen_customize (line 46) | function twentyfifteen_customize() { function twentyfifteen_preview (line 58) | function twentyfifteen_preview() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfifteen/inc/custom-header.php function twentyfifteen_custom_header_setup (line 15) | function twentyfifteen_custom_header_setup() { function twentyfifteen_hex2rgb (line 52) | function twentyfifteen_hex2rgb( $color ) { function twentyfifteen_header_style (line 78) | function twentyfifteen_header_style() { function twentyfifteen_header_background_color_css (line 195) | function twentyfifteen_header_background_color_css() { function twentyfifteen_sidebar_text_color_css (line 239) | function twentyfifteen_sidebar_text_color_css() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfifteen/inc/customizer.php function twentyfifteen_customize_register (line 17) | function twentyfifteen_customize_register( $wp_customize ) { function twentyfifteen_get_color_schemes (line 89) | function twentyfifteen_get_color_schemes() { function twentyfifteen_get_color_scheme (line 189) | function twentyfifteen_get_color_scheme() { function twentyfifteen_get_color_scheme_choices (line 209) | function twentyfifteen_get_color_scheme_choices() { function twentyfifteen_sanitize_color_scheme (line 230) | function twentyfifteen_sanitize_color_scheme( $value ) { function twentyfifteen_color_scheme_css (line 248) | function twentyfifteen_color_scheme_css() { function twentyfifteen_customize_control_js (line 289) | function twentyfifteen_customize_control_js() { function twentyfifteen_customize_preview_js (line 300) | function twentyfifteen_customize_preview_js() { function twentyfifteen_get_color_scheme_css (line 313) | function twentyfifteen_get_color_scheme_css( $colors ) { function twentyfifteen_color_scheme_css_template (line 715) | function twentyfifteen_color_scheme_css_template() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfifteen/inc/template-tags.php function twentyfifteen_comment_nav (line 18) | function twentyfifteen_comment_nav() { function twentyfifteen_entry_meta (line 47) | function twentyfifteen_entry_meta() { function twentyfifteen_categorized_blog (line 136) | function twentyfifteen_categorized_blog() { function twentyfifteen_category_transient_flusher (line 167) | function twentyfifteen_category_transient_flusher() { function twentyfifteen_post_thumbnail (line 183) | function twentyfifteen_post_thumbnail() { function twentyfifteen_get_link_url (line 219) | function twentyfifteen_get_link_url() { function twentyfifteen_excerpt_more (line 234) | function twentyfifteen_excerpt_more( $more ) { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfifteen/js/color-scheme-control.js function updateCSS (line 50) | function updateCSS() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfifteen/js/functions.js function initMainNavigation (line 14) | function initMainNavigation( container ) { function onResizeARIA (line 85) | function onResizeARIA() { function resize (line 98) | function resize() { function scroll (line 107) | function scroll() { function resizeAndScroll (line 150) | function resizeAndScroll() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfifteen/js/html5.js function m (line 5) | function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a} function i (line 5) | function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b} function p (line 5) | function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=... function t (line 5) | function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.cr... function q (line 6) | function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a... FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfourteen/functions.php function twentyfourteen_setup (line 58) | function twentyfourteen_setup() { function twentyfourteen_content_width (line 125) | function twentyfourteen_content_width() { function twentyfourteen_get_featured_posts (line 139) | function twentyfourteen_get_featured_posts() { function twentyfourteen_has_featured_posts (line 157) | function twentyfourteen_has_featured_posts() { function twentyfourteen_widgets_init (line 166) | function twentyfourteen_widgets_init() { function twentyfourteen_font_url (line 207) | function twentyfourteen_font_url() { function twentyfourteen_scripts (line 229) | function twentyfourteen_scripts() { function twentyfourteen_admin_fonts (line 272) | function twentyfourteen_admin_fonts() { function twentyfourteen_the_attached_image (line 283) | function twentyfourteen_the_attached_image() { function twentyfourteen_list_authors (line 350) | function twentyfourteen_list_authors() { function twentyfourteen_body_classes (line 404) | function twentyfourteen_body_classes( $classes ) { function twentyfourteen_post_classes (line 455) | function twentyfourteen_post_classes( $classes ) { function twentyfourteen_wp_title (line 477) | function twentyfourteen_wp_title( $title, $sep ) { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfourteen/inc/back-compat.php function twentyfourteen_switch_theme (line 21) | function twentyfourteen_switch_theme() { function twentyfourteen_upgrade_notice (line 36) | function twentyfourteen_upgrade_notice() { function twentyfourteen_customize (line 46) | function twentyfourteen_customize() { function twentyfourteen_preview (line 58) | function twentyfourteen_preview() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfourteen/inc/custom-header.php function twentyfourteen_custom_header_setup (line 19) | function twentyfourteen_custom_header_setup() { function twentyfourteen_header_style (line 57) | function twentyfourteen_header_style() { function twentyfourteen_admin_header_style (line 99) | function twentyfourteen_admin_header_style() { function twentyfourteen_admin_header_image (line 137) | function twentyfourteen_admin_header_image() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfourteen/inc/customizer.php function twentyfourteen_customize_register (line 17) | function twentyfourteen_customize_register( $wp_customize ) { function twentyfourteen_sanitize_layout (line 75) | function twentyfourteen_sanitize_layout( $layout ) { function twentyfourteen_customize_preview_js (line 88) | function twentyfourteen_customize_preview_js() { function twentyfourteen_contextual_help (line 98) | function twentyfourteen_contextual_help() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfourteen/inc/featured-content.php class Featured_Content (line 13) | class Featured_Content { method setup (line 41) | public static function setup() { method init (line 58) | public static function init() { method wp_loaded (line 107) | public static function wp_loaded() { method get_featured_posts (line 123) | public static function get_featured_posts() { method get_featured_post_ids (line 153) | public static function get_featured_post_ids() { method get_sticky_posts (line 198) | public static function get_sticky_posts() { method delete_transient (line 213) | public static function delete_transient() { method pre_get_posts (line 231) | public static function pre_get_posts( $query ) { method delete_post_tag (line 278) | public static function delete_post_tag( $tag_id ) { method hide_featured_term (line 305) | public static function hide_featured_term( $terms, $taxonomies, $args ) { method hide_the_featured_term (line 354) | public static function hide_the_featured_term( $terms, $id, $taxonomy ) { method register_setting (line 388) | public static function register_setting() { method customize_register (line 401) | public static function customize_register( $wp_customize ) { method enqueue_scripts (line 445) | public static function enqueue_scripts() { method get_setting (line 468) | public static function get_setting( $key = 'all' ) { method validate_settings (line 501) | public static function validate_settings( $input ) { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfourteen/inc/template-tags.php function twentyfourteen_paging_nav (line 19) | function twentyfourteen_paging_nav() { function twentyfourteen_post_nav (line 74) | function twentyfourteen_post_nav() { function twentyfourteen_posted_on (line 107) | function twentyfourteen_posted_on() { function twentyfourteen_categorized_blog (line 130) | function twentyfourteen_categorized_blog() { function twentyfourteen_category_transient_flusher (line 157) | function twentyfourteen_category_transient_flusher() { function twentyfourteen_post_thumbnail (line 174) | function twentyfourteen_post_thumbnail() { function twentyfourteen_excerpt_more (line 218) | function twentyfourteen_excerpt_more( $more ) { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfourteen/inc/widgets.php class Twenty_Fourteen_Ephemera_Widget (line 14) | class Twenty_Fourteen_Ephemera_Widget extends WP_Widget { method __construct (line 33) | public function __construct() { method widget (line 49) | public function widget( $args, $instance ) { method update (line 233) | function update( $new_instance, $instance ) { method form (line 250) | function form( $instance ) { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfourteen/js/functions.js function onResizeARIA (line 130) | function onResizeARIA() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfourteen/js/html5.js function m (line 4) | function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a} function i (line 4) | function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b} function p (line 4) | function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=... function t (line 4) | function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.cr... function q (line 5) | function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a... FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentyfourteen/js/slider.js function onTouchStart (line 235) | function onTouchStart( e ) { function onTouchMove (line 259) | function onTouchMove( e ) { function onTouchEnd (line 275) | function onTouchEnd() { function onMSPointerDown (line 293) | function onMSPointerDown( e ) { function onMSGestureChange (line 309) | function onMSGestureChange( e ) { function onMSGestureEnd (line 342) | function onMSGestureEnd( e ) { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentysixteen/functions.php function twentysixteen_setup (line 47) | function twentysixteen_setup() { function twentysixteen_content_width (line 128) | function twentysixteen_content_width() { function twentysixteen_widgets_init (line 140) | function twentysixteen_widgets_init() { function twentysixteen_fonts_url (line 183) | function twentysixteen_fonts_url() { function twentysixteen_javascript_detection (line 221) | function twentysixteen_javascript_detection() { function twentysixteen_scripts (line 231) | function twentysixteen_scripts() { function twentysixteen_body_classes (line 284) | function twentysixteen_body_classes( $classes ) { function twentysixteen_hex2rgb (line 318) | function twentysixteen_hex2rgb( $color ) { function twentysixteen_content_image_sizes_attr (line 357) | function twentysixteen_content_image_sizes_attr( $sizes, $size ) { function twentysixteen_post_thumbnail_sizes_attr (line 384) | function twentysixteen_post_thumbnail_sizes_attr( $attr, $attachment, $s... function twentysixteen_widget_tag_cloud_args (line 401) | function twentysixteen_widget_tag_cloud_args( $args ) { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentysixteen/inc/back-compat.php function twentysixteen_switch_theme (line 21) | function twentysixteen_switch_theme() { function twentysixteen_upgrade_notice (line 40) | function twentysixteen_upgrade_notice() { function twentysixteen_customize (line 52) | function twentysixteen_customize() { function twentysixteen_preview (line 66) | function twentysixteen_preview() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentysixteen/inc/customizer.php function twentysixteen_custom_header_and_background (line 17) | function twentysixteen_custom_header_and_background() { function twentysixteen_header_style (line 73) | function twentysixteen_header_style() { function twentysixteen_customize_register (line 103) | function twentysixteen_customize_register( $wp_customize ) { function twentysixteen_get_color_schemes (line 193) | function twentysixteen_get_color_schemes() { function twentysixteen_get_color_scheme (line 278) | function twentysixteen_get_color_scheme() { function twentysixteen_get_color_scheme_choices (line 301) | function twentysixteen_get_color_scheme_choices() { function twentysixteen_sanitize_color_scheme (line 326) | function twentysixteen_sanitize_color_scheme( $value ) { function twentysixteen_color_scheme_css (line 344) | function twentysixteen_color_scheme_css() { function twentysixteen_customize_control_js (line 386) | function twentysixteen_customize_control_js() { function twentysixteen_customize_preview_js (line 397) | function twentysixteen_customize_preview_js() { function twentysixteen_get_color_scheme_css (line 410) | function twentysixteen_get_color_scheme_css( $colors ) { function twentysixteen_color_scheme_css_template (line 723) | function twentysixteen_color_scheme_css_template() { function twentysixteen_page_background_color_css (line 747) | function twentysixteen_page_background_color_css() { function twentysixteen_link_color_css (line 820) | function twentysixteen_link_color_css() { function twentysixteen_main_text_color_css (line 916) | function twentysixteen_main_text_color_css() { function twentysixteen_secondary_text_color_css (line 1063) | function twentysixteen_secondary_text_color_css() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentysixteen/inc/template-tags.php function twentysixteen_entry_meta (line 20) | function twentysixteen_entry_meta() { function twentysixteen_entry_date (line 64) | function twentysixteen_entry_date() { function twentysixteen_entry_taxonomies (line 94) | function twentysixteen_entry_taxonomies() { function twentysixteen_post_thumbnail (line 124) | function twentysixteen_post_thumbnail() { function twentysixteen_excerpt (line 158) | function twentysixteen_excerpt( $class = 'entry-summary' ) { function twentysixteen_excerpt_more (line 180) | function twentysixteen_excerpt_more() { function twentysixteen_categorized_blog (line 200) | function twentysixteen_categorized_blog() { function twentysixteen_category_transient_flusher (line 229) | function twentysixteen_category_transient_flusher() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentysixteen/js/color-scheme-control.js function updateCSS (line 70) | function updateCSS() { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentysixteen/js/functions.js function initMainNavigation (line 11) | function initMainNavigation( container ) { function toggleFocusClassTouchScreen (line 80) | function toggleFocusClassTouchScreen() { function onResizeARIA (line 112) | function onResizeARIA() { function belowEntryMetaClass (line 138) | function belowEntryMetaClass( param ) { FILE: Docker/security/apparmor/wordpress/html/wp-content/themes/twentysixteen/js/html5.js function addStyleSheet (line 67) | function addStyleSheet(ownerDocument, cssText) { function getElements (line 80) | function getElements() { function addElements (line 91) | function addElements(newElements, ownerDocument) { function getExpandoData (line 109) | function getExpandoData(ownerDocument) { function createElement (line 127) | function createElement(nodeName, ownerDocument, data){ function createDocumentFragment (line 163) | function createDocumentFragment(ownerDocument, data){ function shivMethods (line 187) | function shivMethods(ownerDocument, data) { function shivDocument (line 225) | function shivDocument(ownerDocument) { FILE: Docker/security/apparmor/wordpress/html/wp-cron.php function _get_cron_lock (line 39) | function _get_cron_lock() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/getid3.lib.php class getid3_lib (line 15) | class getid3_lib method PrintHexBytes (line 18) | public static function PrintHexBytes($string, $hex=true, $spaces=true,... method iconv_fallback_int_utf8 (line 661) | public static function iconv_fallback_int_utf8($charval) { method iconv_fallback_iso88591_utf8 (line 685) | public static function iconv_fallback_iso88591_utf8($string, $bom=fals... method iconv_fallback_iso88591_utf16be (line 702) | public static function iconv_fallback_iso88591_utf16be($string, $bom=f... method iconv_fallback_iso88591_utf16le (line 714) | public static function iconv_fallback_iso88591_utf16le($string, $bom=f... FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/getid3.php method __construct (line 119) | public function __construct() { method version (line 215) | public function version() { method fread_buffer_size (line 219) | public function fread_buffer_size() { method setOption (line 225) | public function setOption($optArray) { method openfile (line 239) | public function openfile($filename) { function error (line 489) | function error($message) { function warning (line 500) | function warning($message) { function CleanUp (line 507) | function CleanUp() { function GetFileFormatArray (line 555) | function GetFileFormatArray() { function GetFileFormat (line 1100) | function GetFileFormat(&$filedata, $filename='') { function CharConvert (line 1139) | function CharConvert(&$array, $encoding) { function HandleAllTags (line 1162) | function HandleAllTags() { function getHashdata (line 1283) | function getHashdata($algorithm) { function ChannelsBitratePlaytimeCalculations (line 1407) | function ChannelsBitratePlaytimeCalculations() { function CalculateCompressionRatioVideo (line 1472) | function CalculateCompressionRatioVideo() { function CalculateCompressionRatioAudio (line 1520) | function CalculateCompressionRatioAudio() { function CalculateReplayGain (line 1537) | function CalculateReplayGain() { function ProcessAudioStreams (line 1559) | function ProcessAudioStreams() { function getid3_tempnam (line 1572) | function getid3_tempnam() { function include_module (line 1576) | function include_module($name) { class getid3_handler (line 1588) | abstract class getid3_handler { method __construct (line 1603) | public function __construct(getID3 $getid3, $call_module=null) { method Analyze (line 1613) | abstract public function Analyze(); method AnalyzeString (line 1617) | public function AnalyzeString($string) { method setStringMode (line 1642) | public function setStringMode($string) { method ftell (line 1648) | protected function ftell() { method fread (line 1655) | protected function fread($bytes) { method fseek (line 1667) | protected function fseek($bytes, $whence=SEEK_SET) { method feof (line 1697) | protected function feof() { method isDependencyFor (line 1704) | final protected function isDependencyFor($module) { method error (line 1708) | protected function error($text) { method warning (line 1714) | protected function warning($text) { method notice (line 1718) | protected function notice($text) { method saveAttachment (line 1722) | public function saveAttachment($name, $offset, $length, $image_mime=nu... class getid3_exception (line 1793) | class getid3_exception extends Exception FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.audio-video.asf.php method __construct (line 21) | public function __construct(getID3 $getid3) { method Analyze (line 33) | public function Analyze() { method codecListObjectTypeLookup (line 1443) | public static function codecListObjectTypeLookup($CodecListType) { method KnownGUIDs (line 1453) | public static function KnownGUIDs() { method GUIDname (line 1567) | public static function GUIDname($GUIDstring) { method ASFIndexObjectIndexTypeLookup (line 1575) | public static function ASFIndexObjectIndexTypeLookup($id) { method GUIDtoBytestring (line 1585) | public static function GUIDtoBytestring($GUIDstring) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.audio-video.flv.php class getid3_flv (line 76) | class getid3_flv extends getid3_handler { method Analyze (line 82) | public function Analyze() { method audioFormatLookup (line 336) | public static function audioFormatLookup($id) { method audioRateLookup (line 358) | public static function audioRateLookup($id) { method audioBitDepthLookup (line 368) | public static function audioBitDepthLookup($id) { method videoCodecLookup (line 376) | public static function videoCodecLookup($id) { class AMFStream (line 389) | class AMFStream { method __construct (line 393) | public function __construct(&$bytes) { method readByte (line 398) | public function readByte() { method readInt (line 402) | public function readInt() { method readLong (line 406) | public function readLong() { method readDouble (line 410) | public function readDouble() { method readUTF (line 414) | public function readUTF() { method readLongUTF (line 419) | public function readLongUTF() { method read (line 424) | public function read($length) { method peekByte (line 430) | public function peekByte() { method peekInt (line 437) | public function peekInt() { method peekLong (line 444) | public function peekLong() { method peekDouble (line 451) | public function peekDouble() { method peekUTF (line 458) | public function peekUTF() { method peekLongUTF (line 465) | public function peekLongUTF() { class AMFReader (line 473) | class AMFReader { method __construct (line 476) | public function __construct(&$stream) { method readData (line 480) | public function readData() { method readDouble (line 550) | public function readDouble() { method readBoolean (line 554) | public function readBoolean() { method readString (line 558) | public function readString() { method readObject (line 562) | public function readObject() { method readMixedArray (line 579) | public function readMixedArray() { method readArray (line 600) | public function readArray() { method readDate (line 610) | public function readDate() { method readLongString (line 616) | public function readLongString() { method readXML (line 620) | public function readXML() { method readTypedObject (line 624) | public function readTypedObject() { class AVCSequenceParameterSetReader (line 630) | class AVCSequenceParameterSetReader { method __construct (line 638) | public function __construct($sps) { method readData (line 642) | public function readData() { method skipBits (line 694) | public function skipBits($bits) { method getBit (line 700) | public function getBit() { method getBits (line 706) | public function getBits($bits) { method expGolombUe (line 714) | public function expGolombUe() { method expGolombSe (line 729) | public function expGolombSe() { method getWidth (line 738) | public function getWidth() { method getHeight (line 742) | public function getHeight() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.audio-video.matroska.php class getid3_matroska (line 216) | class getid3_matroska extends getid3_handler method Analyze (line 229) | public function Analyze() method parseEBML (line 496) | private function parseEBML(&$info) { method EnsureBufferHasEnoughData (line 1194) | private function EnsureBufferHasEnoughData($min_data=1024) { method readEBMLint (line 1215) | private function readEBMLint() { method readEBMLelementData (line 1247) | private function readEBMLelementData($length, $check_buffer=false) { method getEBMLelement (line 1256) | private function getEBMLelement(&$element, $parent_end, $get_data=fals... method unhandledElement (line 1292) | private function unhandledElement($type, $line, $element) { method ExtractCommentsSimpleTag (line 1304) | private function ExtractCommentsSimpleTag($SimpleTagArray) { method HandleEMBLSimpleTag (line 1319) | private function HandleEMBLSimpleTag($parent_end) { method HandleEMBLClusterBlock (line 1348) | private function HandleEMBLClusterBlock($element, $block_type, &$info) { method EBML2Int (line 1411) | private static function EBML2Int($EBMLstring) { method EBMLdate2unix (line 1453) | private static function EBMLdate2unix($EBMLdatestamp) { method TargetTypeValue (line 1459) | public static function TargetTypeValue($target_type) { method BlockLacingType (line 1474) | public static function BlockLacingType($lacingtype) { method CodecIDtoCommonName (line 1486) | public static function CodecIDtoCommonName($codecid) { method EBMLidName (line 1521) | private static function EBMLidName($value) { method displayUnit (line 1719) | public static function displayUnit($value) { method getDefaultStreamInfo (line 1730) | private static function getDefaultStreamInfo($streams) FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.audio-video.quicktime.php class getid3_quicktime (line 21) | class getid3_quicktime extends getid3_handler method Analyze (line 27) | public function Analyze() { method QuicktimeParseAtom (line 121) | public function QuicktimeParseAtom($atomname, $atomsize, $atom_data, $... method QuicktimeParseContainerAtom (line 1427) | public function QuicktimeParseContainerAtom($atom_data, $baseoffset, &... method quicktime_read_mp4_descr_length (line 1455) | public function quicktime_read_mp4_descr_length($data, &$offset) { method QuicktimeLanguageLookup (line 1467) | public function QuicktimeLanguageLookup($languageid) { method QuicktimeVideoCodecLookup (line 1604) | public function QuicktimeVideoCodecLookup($codecid) { method QuicktimeAudioCodecLookup (line 1663) | public function QuicktimeAudioCodecLookup($codecid) { method QuicktimeDCOMLookup (line 1708) | public function QuicktimeDCOMLookup($compressionid) { method QuicktimeColorNameLookup (line 1717) | public function QuicktimeColorNameLookup($colordepthid) { method QuicktimeSTIKLookup (line 1735) | public function QuicktimeSTIKLookup($stik) { method QuicktimeIODSaudioProfileName (line 1752) | public function QuicktimeIODSaudioProfileName($audio_profile_id) { method QuicktimeIODSvideoProfileName (line 1812) | public function QuicktimeIODSvideoProfileName($video_profile_id) { method QuicktimeContentRatingLookup (line 1884) | public function QuicktimeContentRatingLookup($rtng) { method QuicktimeStoreAccountTypeLookup (line 1894) | public function QuicktimeStoreAccountTypeLookup($akid) { method QuicktimeStoreFrontCodeLookup (line 1903) | public function QuicktimeStoreFrontCodeLookup($sfid) { method QuicktimeParseNikonNCTG (line 1932) | public function QuicktimeParseNikonNCTG($atom_data) { method CopyToAppropriateCommentsSection (line 2111) | public function CopyToAppropriateCommentsSection($keyname, $data, $box... method NoNullString (line 2233) | public function NoNullString($nullterminatedstring) { method Pascal2String (line 2241) | public function Pascal2String($pascalstring) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.audio-video.riff.php class getid3_riff (line 30) | class getid3_riff extends getid3_handler { method Analyze (line 34) | public function Analyze() { method ParseRIFFAMV (line 1323) | public function ParseRIFFAMV($startoffset, $maxoffset) { method ParseRIFF (line 1432) | public function ParseRIFF($startoffset, $maxoffset) { method ParseRIFFdata (line 1718) | public function ParseRIFFdata(&$RIFFdata) { method parseComments (line 1755) | public static function parseComments(&$RIFFinfoArray, &$CommentsTarget... method parseWAVEFORMATex (line 1814) | public static function parseWAVEFORMATex($WaveFormatExData) { method parseWavPackHeader (line 1839) | public function parseWavPackHeader($WavPackChunkData) { method ParseBITMAPINFOHEADER (line 1900) | public static function ParseBITMAPINFOHEADER($BITMAPINFOHEADER, $littl... method ParseDIVXTAG (line 1919) | public static function ParseDIVXTAG($DIVXTAG, $raw=false) { method waveSNDMtagLookup (line 1993) | public static function waveSNDMtagLookup($tagshortname) { method wFormatTagLookup (line 2016) | public static function wFormatTagLookup($wFormatTag) { method fourccLookup (line 2185) | public static function fourccLookup($fourcc) { method EitherEndian2Int (line 2579) | private function EitherEndian2Int($byteword, $signed=false) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.audio.ac3.php class getid3_ac3 (line 18) | class getid3_ac3 extends getid3_handler method Analyze (line 25) | public function Analyze() { method readHeaderBSI (line 237) | private function readHeaderBSI($length) { method sampleRateCodeLookup (line 244) | public static function sampleRateCodeLookup($fscod) { method serviceTypeLookup (line 254) | public static function serviceTypeLookup($bsmod, $acmod) { method audioCodingModeLookup (line 275) | public static function audioCodingModeLookup($acmod) { method centerMixLevelLookup (line 290) | public static function centerMixLevelLookup($cmixlev) { method surroundMixLevelLookup (line 303) | public static function surroundMixLevelLookup($surmixlev) { method dolbySurroundModeLookup (line 316) | public static function dolbySurroundModeLookup($dsurmod) { method channelsEnabledLookup (line 326) | public static function channelsEnabledLookup($acmod, $lfeon) { method heavyCompression (line 351) | public static function heavyCompression($compre) { method roomTypeLookup (line 401) | public static function roomTypeLookup($roomtyp) { method frameSizeLookup (line 411) | public static function frameSizeLookup($frmsizecod, $fscod) { method bitrateLookup (line 446) | public static function bitrateLookup($frmsizecod) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.audio.dts.php class getid3_dts (line 21) | class getid3_dts extends getid3_handler method Analyze (line 39) | public function Analyze() { method readBinData (line 142) | private function readBinData($bin, $length) { method bitrateLookup (line 149) | public static function bitrateLookup($index) { method sampleRateLookup (line 187) | public static function sampleRateLookup($index) { method bitPerSampleLookup (line 209) | public static function bitPerSampleLookup($index) { method numChannelsLookup (line 219) | public static function numChannelsLookup($index) { method channelArrangementLookup (line 257) | public static function channelArrangementLookup($index) { method dialogNormalization (line 279) | public static function dialogNormalization($index, $version) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.audio.flac.php class getid3_flac (line 23) | class getid3_flac extends getid3_handler method Analyze (line 27) | public function Analyze() { method parseMETAdata (line 44) | public function parseMETAdata() { method parseSTREAMINFO (line 197) | private function parseSTREAMINFO($BlockData) { method parseAPPLICATION (line 239) | private function parseAPPLICATION($BlockData) { method parseSEEKTABLE (line 249) | private function parseSEEKTABLE($BlockData) { method parseVORBIS_COMMENT (line 278) | private function parseVORBIS_COMMENT($BlockData) { method parseCUESHEET (line 297) | private function parseCUESHEET($BlockData) { method parsePICTURE (line 352) | public function parsePICTURE() { method metaBlockTypeLookup (line 383) | public static function metaBlockTypeLookup($blocktype) { method applicationIDLookup (line 396) | public static function applicationIDLookup($applicationid) { method pictureTypeLookup (line 426) | public static function pictureTypeLookup($type_id) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.audio.mp3.php method Analyze (line 30) | public function Analyze() { method GuessEncoderOptions (line 164) | public function GuessEncoderOptions() { function RecursiveFrameScanning (line 1075) | function RecursiveFrameScanning(&$offset, &$nextframetestoffset, $ScanAs... function getOnlyMPEGaudioInfoBruteForce (line 1198) | function getOnlyMPEGaudioInfoBruteForce() { function getOnlyMPEGaudioInfo (line 1346) | function getOnlyMPEGaudioInfo($avdataoffset, $BitrateHistogram=false) { function MPEGaudioVersionArray (line 1626) | function MPEGaudioVersionArray() { function MPEGaudioLayerArray (line 1631) | function MPEGaudioLayerArray() { function MPEGaudioBitrateArray (line 1636) | function MPEGaudioBitrateArray() { function MPEGaudioFrequencyArray (line 1655) | function MPEGaudioFrequencyArray() { function MPEGaudioChannelModeArray (line 1667) | function MPEGaudioChannelModeArray() { function MPEGaudioModeExtensionArray (line 1672) | function MPEGaudioModeExtensionArray() { function MPEGaudioEmphasisArray (line 1684) | function MPEGaudioEmphasisArray() { function MPEGaudioHeaderBytesValid (line 1689) | function MPEGaudioHeaderBytesValid($head4, $allowBitrate15=false) { function MPEGaudioHeaderValid (line 1693) | function MPEGaudioHeaderValid($rawarray, $echoerrors=false, $allowBitrat... function MPEGaudioHeaderDecode (line 1765) | function MPEGaudioHeaderDecode($Header4Bytes) { function MPEGaudioFrameLength (line 1802) | function MPEGaudioFrameLength(&$bitrate, &$version, &$layer, $padding, &... function ClosestStandardMP3Bitrate (line 1863) | function ClosestStandardMP3Bitrate($bit_rate) { function XingVBRidOffset (line 1883) | function XingVBRidOffset($version, $channelmode) { function LAMEvbrMethodLookup (line 1909) | function LAMEvbrMethodLookup($VBRmethodID) { function LAMEmiscStereoModeLookup (line 1925) | function LAMEmiscStereoModeLookup($StereoModeID) { function LAMEmiscSourceSampleFrequencyLookup (line 1939) | function LAMEmiscSourceSampleFrequencyLookup($SourceSampleFrequencyID) { function LAMEsurroundInfoLookup (line 1949) | function LAMEsurroundInfoLookup($SurroundInfoID) { function LAMEpresetUsedLookup (line 1959) | function LAMEpresetUsedLookup($LAMEtag) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.audio.ogg.php class getid3_ogg (line 19) | class getid3_ogg extends getid3_handler method Analyze (line 22) | public function Analyze() { method ParseVorbisPageHeader (line 381) | public function ParseVorbisPageHeader(&$filedata, &$filedataoffset, &$... method ParseOpusPageHeader (line 430) | public function ParseOpusPageHeader(&$filedata, &$filedataoffset, &$og... method ParseOggPageHeader (line 480) | public function ParseOggPageHeader() { method ParseVorbisComments (line 532) | public function ParseVorbisComments() { method SpeexBandModeLookup (line 767) | public static function SpeexBandModeLookup($mode) { method OggPageSegmentLength (line 778) | public static function OggPageSegmentLength($OggInfoArray, $SegmentNum... method get_quality_from_nominal_bitrate (line 792) | public static function get_quality_from_nominal_bitrate($nominal_bitra... method TheoraColorSpace (line 815) | public static function TheoraColorSpace($colorspace_id) { method TheoraPixelFormat (line 827) | public static function TheoraPixelFormat($pixelformat_id) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.tag.apetag.php class getid3_apetag (line 17) | class getid3_apetag extends getid3_handler method Analyze (line 22) | public function Analyze() { method parseAPEheaderFooter (line 334) | public function parseAPEheaderFooter($APEheaderFooterData) { method parseAPEtagFlags (line 358) | public function parseAPEtagFlags($rawflagint) { method APEcontentTypeFlagLookup (line 373) | public function APEcontentTypeFlagLookup($contenttypeid) { method APEtagItemIsUTF8Lookup (line 383) | public function APEtagItemIsUTF8Lookup($itemkey) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.tag.id3v1.php class getid3_id3v1 (line 18) | class getid3_id3v1 extends getid3_handler method Analyze (line 21) | public function Analyze() { method cutfield (line 106) | public static function cutfield($str) { method ArrayOfGenres (line 110) | public static function ArrayOfGenres($allowSCMPXextended=false) { method LookupGenreName (line 294) | public static function LookupGenreName($genreid, $allowSCMPXextended=t... method LookupGenreID (line 310) | public static function LookupGenreID($genre, $allowSCMPXextended=false) { method StandardiseID3v1GenreName (line 321) | public static function StandardiseID3v1GenreName($OriginalGenre) { method GenerateID3v1Tag (line 328) | public static function GenerateID3v1Tag($title, $artist, $album, $year... FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.tag.id3v2.php function ParseID3v2GenreString (line 498) | function ParseID3v2GenreString($genrestring) { function ParseID3v2Frame (line 521) | function ParseID3v2Frame(&$parsedFrame) { function DeUnsynchronise (line 2155) | function DeUnsynchronise($data) { function LookupExtendedHeaderRestrictionsTagSizeLimits (line 2159) | function LookupExtendedHeaderRestrictionsTagSizeLimits($index) { function LookupExtendedHeaderRestrictionsTextEncodings (line 2169) | function LookupExtendedHeaderRestrictionsTextEncodings($index) { function LookupExtendedHeaderRestrictionsTextFieldSize (line 2177) | function LookupExtendedHeaderRestrictionsTextFieldSize($index) { function LookupExtendedHeaderRestrictionsImageEncoding (line 2187) | function LookupExtendedHeaderRestrictionsImageEncoding($index) { function LookupExtendedHeaderRestrictionsImageSizeSize (line 2195) | function LookupExtendedHeaderRestrictionsImageSizeSize($index) { function LookupCurrencyUnits (line 2205) | function LookupCurrencyUnits($currencyid) { function LookupCurrencyCountry (line 2402) | function LookupCurrencyCountry($currencyid) { function LanguageLookup (line 2599) | function LanguageLookup($languagecode, $casesensitive=false) { function ETCOEventLookup (line 3055) | function ETCOEventLookup($index) { function SYTLContentTypeLookup (line 3098) | function SYTLContentTypeLookup($index) { function APICPictureTypeLookup (line 3114) | function APICPictureTypeLookup($index, $returnarray=false) { function COMRReceivedAsLookup (line 3144) | function COMRReceivedAsLookup($index) { function RVA2ChannelTypeLookup (line 3160) | function RVA2ChannelTypeLookup($index) { function FrameNameLongLookup (line 3176) | function FrameNameLongLookup($framename) { function FrameNameShortLookup (line 3360) | function FrameNameShortLookup($framename) { function TextEncodingTerminatorLookup (line 3539) | function TextEncodingTerminatorLookup($encoding) { function TextEncodingNameLookup (line 3552) | function TextEncodingNameLookup($encoding) { function IsValidID3v2FrameName (line 3565) | function IsValidID3v2FrameName($framename, $id3v2majorversion) { function IsANumber (line 3579) | function IsANumber($numberstring, $allowdecimal=false, $allownegative=fa... function IsValidDateStampString (line 3594) | function IsValidDateStampString($datestamp) { function ID3v2HeaderLength (line 3622) | function ID3v2HeaderLength($majorversion) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ID3/module.tag.lyrics3.php class getid3_lyrics3 (line 18) | class getid3_lyrics3 extends getid3_handler method Analyze (line 21) | public function Analyze() { method getLyrics3Data (line 129) | public function getLyrics3Data($endoffset, $version, $length) { method Lyrics3Timestamp2Seconds (line 253) | public function Lyrics3Timestamp2Seconds($rawtimestamp) { method Lyrics3LyricsTimestampParse (line 260) | public function Lyrics3LyricsTimestampParse(&$Lyrics3data) { method IntString2Bool (line 290) | public function IntString2Bool($char) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Author.php class SimplePie_Author (line 55) | class SimplePie_Author method __construct (line 88) | public function __construct($name = null, $link = null, $email = null) method __toString (line 100) | public function __toString() method get_name (line 111) | public function get_name() method get_link (line 128) | public function get_link() method get_email (line 145) | public function get_email() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Cache.php class SimplePie_Cache (line 55) | class SimplePie_Cache method __construct (line 72) | private function __construct() { } method get_handler (line 82) | public static function get_handler($location, $filename, $extension) method create (line 100) | public function create($location, $filename, $extension) method register (line 112) | public static function register($type, $class) method parse_URL (line 123) | public static function parse_URL($url) FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Cache/Base.php type SimplePie_Cache_Base (line 54) | interface SimplePie_Cache_Base method __construct (line 77) | public function __construct($location, $name, $type); method save (line 85) | public function save($data); method load (line 92) | public function load(); method mtime (line 99) | public function mtime(); method touch (line 106) | public function touch(); method unlink (line 113) | public function unlink(); FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Cache/DB.php class SimplePie_Cache_DB (line 51) | abstract class SimplePie_Cache_DB implements SimplePie_Cache_Base method prepare_simplepie_object_for_cache (line 61) | protected static function prepare_simplepie_object_for_cache($data) FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Cache/File.php class SimplePie_Cache_File (line 51) | class SimplePie_Cache_File implements SimplePie_Cache_Base method __construct (line 89) | public function __construct($location, $name, $type) method save (line 103) | public function save($data) method load (line 123) | public function load() method mtime (line 137) | public function mtime() method touch (line 151) | public function touch() method unlink (line 165) | public function unlink() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Cache/Memcache.php class SimplePie_Cache_Memcache (line 58) | class SimplePie_Cache_Memcache implements SimplePie_Cache_Base method __construct (line 88) | public function __construct($location, $name, $type) method save (line 114) | public function save($data) method load (line 128) | public function load() method mtime (line 144) | public function mtime() method touch (line 162) | public function touch() method unlink (line 179) | public function unlink() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Cache/MySQL.php class SimplePie_Cache_MySQL (line 57) | class SimplePie_Cache_MySQL extends SimplePie_Cache_DB method __construct (line 87) | public function __construct($location, $name, $type) method save (line 153) | public function save($data) method load (line 291) | public function load() method mtime (line 369) | public function mtime() method touch (line 393) | public function touch() method unlink (line 418) | public function unlink() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Caption.php class SimplePie_Caption (line 56) | class SimplePie_Caption method __construct (line 104) | public function __construct($type = null, $lang = null, $startTime = n... method __toString (line 118) | public function __toString() method get_endtime (line 129) | public function get_endtime() method get_language (line 147) | public function get_language() method get_starttime (line 164) | public function get_starttime() method get_text (line 181) | public function get_text() method get_type (line 198) | public function get_type() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Category.php class SimplePie_Category (line 55) | class SimplePie_Category method __construct (line 88) | public function __construct($term = null, $scheme = null, $label = null) method __toString (line 100) | public function __toString() method get_term (line 111) | public function get_term() method get_scheme (line 128) | public function get_scheme() method get_label (line 145) | public function get_label() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Content/Type/Sniffer.php class SimplePie_Content_Type_Sniffer (line 60) | class SimplePie_Content_Type_Sniffer method __construct (line 74) | public function __construct($file) method get_type (line 84) | public function get_type() method text_or_binary (line 149) | public function text_or_binary() method unknown (line 173) | public function unknown() method image (line 222) | public function image() method feed_or_html (line 256) | public function feed_or_html() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Copyright.php class SimplePie_Copyright (line 55) | class SimplePie_Copyright method __construct (line 79) | public function __construct($url = null, $label = null) method __toString (line 90) | public function __toString() method get_url (line 101) | public function get_url() method get_attribution (line 118) | public function get_attribution() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Core.php class SimplePie_Core (line 54) | class SimplePie_Core extends SimplePie FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Credit.php class SimplePie_Credit (line 55) | class SimplePie_Credit method __construct (line 87) | public function __construct($role = null, $scheme = null, $name = null) method __toString (line 99) | public function __toString() method get_role (line 110) | public function get_role() method get_scheme (line 127) | public function get_scheme() method get_name (line 144) | public function get_name() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Decode/HTML/Entities.php class SimplePie_Decode_HTML_Entities (line 54) | class SimplePie_Decode_HTML_Entities method __construct (line 86) | public function __construct($data) method parse (line 97) | public function parse() method consume (line 114) | public function consume() method consume_range (line 134) | public function consume_range($chars) method unconsume (line 154) | public function unconsume() method entity (line 165) | public function entity() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Enclosure.php class SimplePie_Enclosure (line 55) | class SimplePie_Enclosure method __construct (line 227) | public function __construct($link = null, $type = null, $length = null... method __toString (line 269) | public function __toString() method get_bitrate (line 280) | public function get_bitrate() method get_caption (line 298) | public function get_caption($key = 0) method get_captions (line 316) | public function get_captions() method get_category (line 334) | public function get_category($key = 0) method get_categories (line 352) | public function get_categories() method get_channels (line 369) | public function get_channels() method get_copyright (line 386) | public function get_copyright() method get_credit (line 404) | public function get_credit($key = 0) method get_credits (line 422) | public function get_credits() method get_description (line 439) | public function get_description() method get_duration (line 457) | public function get_duration($convert = false) method get_expression (line 482) | public function get_expression() method get_extension (line 499) | public function get_extension() method get_framerate (line 517) | public function get_framerate() method get_handler (line 534) | public function get_handler() method get_hash (line 546) | public function get_hash($key = 0) method get_hashes (line 564) | public function get_hashes() method get_height (line 581) | public function get_height() method get_language (line 599) | public function get_language() method get_keyword (line 617) | public function get_keyword($key = 0) method get_keywords (line 635) | public function get_keywords() method get_length (line 652) | public function get_length() method get_link (line 669) | public function get_link() method get_medium (line 687) | public function get_medium() method get_player (line 705) | public function get_player() method get_rating (line 723) | public function get_rating($key = 0) method get_ratings (line 741) | public function get_ratings() method get_restriction (line 759) | public function get_restriction($key = 0) method get_restrictions (line 777) | public function get_restrictions() method get_sampling_rate (line 794) | public function get_sampling_rate() method get_size (line 811) | public function get_size() method get_thumbnail (line 830) | public function get_thumbnail($key = 0) method get_thumbnails (line 848) | public function get_thumbnails() method get_title (line 865) | public function get_title() method get_type (line 883) | public function get_type() method get_width (line 900) | public function get_width() method native_embed (line 920) | public function native_embed($options='') method embed (line 970) | public function embed($options = '', $native = false) method get_real_type (line 1205) | public function get_real_type($find_handler = false) FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Exception.php class SimplePie_Exception (line 50) | class SimplePie_Exception extends Exception FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/File.php class SimplePie_File (line 56) | class SimplePie_File method __construct (line 68) | public function __construct($url, $timeout = 10, $redirects = 5, $head... FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/HTTP/Parser.php class SimplePie_HTTP_Parser (line 52) | class SimplePie_HTTP_Parser method __construct (line 136) | public function __construct($data) method parse (line 147) | public function parse() method has_data (line 175) | protected function has_data() method is_linear_whitespace (line 185) | protected function is_linear_whitespace() method http_version (line 197) | protected function http_version() method status (line 224) | protected function status() method reason (line 241) | protected function reason() method new_line (line 252) | protected function new_line() method name (line 289) | protected function name() method linear_whitespace (line 315) | protected function linear_whitespace() method value (line 335) | protected function value() method value_char (line 374) | protected function value_char() method quote (line 385) | protected function quote() method quote_char (line 420) | protected function quote_char() method quote_escaped (line 431) | protected function quote_escaped() method body (line 441) | protected function body() method chunked (line 458) | protected function chunked() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/IRI.php class SimplePie_IRI (line 56) | class SimplePie_IRI method __toString (line 138) | public function __toString() method __set (line 149) | public function __set($name, $value) method __get (line 174) | public function __get($name) method __isset (line 227) | public function __isset($name) method __unset (line 244) | public function __unset($name) method __construct (line 257) | public function __construct($iri = null) method absolutize (line 271) | public static function absolutize($base, $relative) method parse_iri (line 364) | protected function parse_iri($iri) method remove_dot_segments (line 404) | protected function remove_dot_segments($input) method replace_invalid_with_pct_encoding (line 467) | protected function replace_invalid_with_pct_encoding($string, $extra_c... method remove_iunreserved_percent_encoded (line 603) | protected function remove_iunreserved_percent_encoded($match) method scheme_normalization (line 735) | protected function scheme_normalization() method is_valid (line 769) | public function is_valid() method set_iri (line 800) | public function set_iri($iri) method set_scheme (line 857) | public function set_scheme($scheme) method set_authority (line 882) | public function set_authority($authority) method set_userinfo (line 948) | public function set_userinfo($iuserinfo) method set_host (line 970) | public function set_host($ihost) method set_port (line 1026) | public function set_port($port) method set_path (line 1052) | public function set_path($ipath) method set_query (line 1085) | public function set_query($iquery) method set_fragment (line 1105) | public function set_fragment($ifragment) method to_uri (line 1124) | public function to_uri($string) method get_iri (line 1149) | public function get_iri() method get_uri (line 1190) | public function get_uri() method get_iauthority (line 1200) | protected function get_iauthority() method get_authority (line 1230) | protected function get_authority() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Item.php class SimplePie_Item (line 56) | class SimplePie_Item method __construct (line 91) | public function __construct($feed, $data) method set_registry (line 105) | public function set_registry(SimplePie_Registry $registry) method __toString (line 115) | public function __toString() method __destruct (line 123) | public function __destruct() method get_item_tags (line 145) | public function get_item_tags($namespace, $tag) method get_base (line 165) | public function get_base($element = array()) method sanitize (line 180) | public function sanitize($data, $type, $base = '') method get_feed (line 194) | public function get_feed() method get_id (line 213) | public function get_id($hash = false) method get_title (line 268) | public function get_title() method get_description (line 323) | public function get_description($description_only = false) method get_content (line 386) | public function get_content($content_only = false) method get_category (line 417) | public function get_category($key = 0) method get_categories (line 438) | public function get_categories() method get_author (line 502) | public function get_author($key = 0) method get_contributor (line 522) | public function get_contributor($key = 0) method get_contributors (line 543) | public function get_contributors() method get_authors (line 609) | public function get_authors() method get_copyright (line 699) | public function get_copyright() method get_date (line 733) | public function get_date($date_format = 'j F Y, g:i a') method get_updated_date (line 812) | public function get_updated_date($date_format = 'j F Y, g:i a') method get_local_date (line 865) | public function get_local_date($date_format = '%c') method get_gmdate (line 888) | public function get_gmdate($date_format = 'j F Y, g:i a') method get_updated_gmdate (line 906) | public function get_updated_gmdate($date_format = 'j F Y, g:i a') method get_permalink (line 927) | public function get_permalink() method get_link (line 953) | public function get_link($key = 0, $rel = 'alternate') method get_links (line 975) | public function get_links($rel = 'alternate') method get_enclosure (line 1059) | public function get_enclosure($key = 0, $prefer = null) method get_enclosures (line 1086) | public function get_enclosures() method get_latitude (line 2898) | public function get_latitude() method get_longitude (line 2926) | public function get_longitude() method get_source (line 2952) | public function get_source() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Locator.php class SimplePie_Locator (line 53) | class SimplePie_Locator method __construct (line 68) | public function __construct(SimplePie_File $file, $timeout = 10, $user... method set_registry (line 89) | public function set_registry(SimplePie_Registry $registry) method find (line 94) | public function find($type = SIMPLEPIE_LOCATOR_ALL, &$working) method is_feed (line 145) | public function is_feed($file) method get_base (line 170) | public function get_base() method autodiscovery (line 195) | public function autodiscovery() method search_elements_by_tag (line 213) | protected function search_elements_by_tag($name, &$done, $feeds) method get_links (line 264) | public function get_links() method extension (line 315) | public function extension(&$array) method body (line 344) | public function body(&$array) FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Misc.php class SimplePie_Misc (line 50) | class SimplePie_Misc method time_hms (line 52) | public static function time_hms($seconds) method absolutize_url (line 80) | public static function absolutize_url($relative, $base) method get_element (line 98) | public static function get_element($realname, $string) method element_implode (line 135) | public static function element_implode($element) method error (line 154) | public static function error($message, $level, $file, $line) method fix_protocol (line 195) | public static function fix_protocol($url, $http = 1) method parse_url (line 227) | public static function parse_url($url) method compress_parse_url (line 239) | public static function compress_parse_url($scheme = '', $authority = '... method normalize_url (line 250) | public static function normalize_url($url) method percent_encoding_normalization (line 256) | public static function percent_encoding_normalization($match) method windows_1252_to_utf8 (line 276) | public static function windows_1252_to_utf8($string) method change_encoding (line 291) | public static function change_encoding($data, $input, $output) method change_encoding_mbstring (line 332) | protected static function change_encoding_mbstring($data, $input, $out... method change_encoding_iconv (line 370) | protected static function change_encoding_iconv($data, $input, $output) method encoding (line 386) | public static function encoding($charset) method get_curl_version (line 1699) | public static function get_curl_version() method strip_comments (line 1726) | public static function strip_comments($data) method parse_date (line 1744) | public static function parse_date($dt) method entities_decode (line 1757) | public static function entities_decode($data) method uncomment_rfc822 (line 1769) | public static function uncomment_rfc822($string) method parse_mime (line 1823) | public static function parse_mime($mime) method atom_03_construct_type (line 1835) | public static function atom_03_construct_type($attribs) method atom_10_construct_type (line 1871) | public static function atom_10_construct_type($attribs) method atom_10_content_construct_type (line 1893) | public static function atom_10_content_construct_type($attribs) method is_isegment_nz_nc (line 1924) | public static function is_isegment_nz_nc($string) method space_seperated_tokens (line 1929) | public static function space_seperated_tokens($string) method codepoint_to_utf8 (line 1955) | public static function codepoint_to_utf8($codepoint) method parse_str (line 1995) | public static function parse_str($str) method xml_encoding (line 2024) | public static function xml_encoding($data, $registry) method output_javascript (line 2124) | public static function output_javascript() method get_build (line 2163) | public static function get_build() method debug (line 2195) | public static function debug(&$sp) method silence_errors (line 2242) | public static function silence_errors($num, $str) FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Net/IPv6.php class SimplePie_Net_IPv6 (line 59) | class SimplePie_Net_IPv6 method uncompress (line 79) | public static function uncompress($ip) method compress (line 147) | public static function compress($ip) method split_v6_v4 (line 195) | private static function split_v6_v4($ip) method check_ipv6 (line 218) | public static function check_ipv6($ip) method checkIPv6 (line 272) | public static function checkIPv6($ip) FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Parse/Date.php class SimplePie_Parse_Date (line 52) | class SimplePie_Parse_Date method __construct (line 543) | public function __construct() method get (line 573) | public static function get() method parse (line 591) | public function parse($date) method add_callback (line 619) | public function add_callback($callback) method date_w3cdtf (line 639) | public function date_w3cdtf($date) method remove_rfc2822_comments (line 711) | public function remove_rfc2822_comments($string) method date_rfc2822 (line 771) | public function date_rfc2822($date) method date_rfc850 (line 864) | public function date_rfc850($date) method date_asctime (line 929) | public function date_asctime($date) method date_strtotime (line 971) | public function date_strtotime($date) FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Parser.php class SimplePie_Parser (line 54) | class SimplePie_Parser method set_registry (line 73) | public function set_registry(SimplePie_Registry $registry) method parse (line 78) | public function parse(&$data, $encoding) method get_error_code (line 238) | public function get_error_code() method get_error_string (line 243) | public function get_error_string() method get_current_line (line 248) | public function get_current_line() method get_current_column (line 253) | public function get_current_column() method get_current_byte (line 258) | public function get_current_byte() method get_data (line 263) | public function get_data() method tag_open (line 268) | public function tag_open($parser, $tag, $attributes) method cdata (line 335) | public function cdata($parser, $cdata) method tag_close (line 347) | public function tag_close($parser, $tag) method split_ns (line 370) | public function split_ns($string) FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Rating.php class SimplePie_Rating (line 55) | class SimplePie_Rating method __construct (line 79) | public function __construct($scheme = null, $value = null) method __toString (line 90) | public function __toString() method get_scheme (line 101) | public function get_scheme() method get_value (line 118) | public function get_value() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Registry.php class SimplePie_Registry (line 52) | class SimplePie_Registry method __construct (line 104) | public function __construct() { } method register (line 114) | public function register($type, $class, $legacy = false) method get_class (line 139) | public function get_class($type) method create (line 160) | public function &create($type, $parameters = array()) method call (line 202) | public function &call($type, $method, $parameters = array()) FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Restriction.php class SimplePie_Restriction (line 55) | class SimplePie_Restriction method __construct (line 87) | public function __construct($relationship = null, $type = null, $value... method __toString (line 99) | public function __toString() method get_relationship (line 110) | public function get_relationship() method get_type (line 127) | public function get_type() method get_value (line 144) | public function get_value() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Sanitize.php class SimplePie_Sanitize (line 54) | class SimplePie_Sanitize method __construct (line 75) | public function __construct() method remove_div (line 81) | public function remove_div($enable = true) method set_image_handler (line 86) | public function set_image_handler($page = false) method set_registry (line 98) | public function set_registry(SimplePie_Registry $registry) method pass_cache_data (line 103) | public function pass_cache_data($enable_cache = true, $cache_location ... method pass_file_data (line 121) | public function pass_file_data($file_class = 'SimplePie_File', $timeou... method strip_htmltags (line 139) | public function strip_htmltags($tags = array('base', 'blink', 'body', ... method encode_instead_of_strip (line 158) | public function encode_instead_of_strip($encode = false) method strip_attributes (line 163) | public function strip_attributes($attribs = array('bgsound', 'class', ... method strip_comments (line 182) | public function strip_comments($strip = false) method set_output_encoding (line 187) | public function set_output_encoding($encoding = 'UTF-8') method set_url_replacements (line 203) | public function set_url_replacements($element_attribute = null) method sanitize (line 225) | public function sanitize($data, $type, $base = '') method preprocess (line 384) | protected function preprocess($html, $type) method replace_urls (line 407) | public function replace_urls($document, $tag, $attributes) method do_strip_htmltags (line 434) | public function do_strip_htmltags($match) method strip_tag (line 459) | protected function strip_tag($tag, $document, $type) method strip_attr (line 544) | protected function strip_attr($attrib, $document) FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/Source.php class SimplePie_Source (line 55) | class SimplePie_Source method __construct (line 61) | public function __construct($item, $data) method set_registry (line 67) | public function set_registry(SimplePie_Registry $registry) method __toString (line 72) | public function __toString() method get_source_tags (line 77) | public function get_source_tags($namespace, $tag) method get_base (line 89) | public function get_base($element = array()) method sanitize (line 94) | public function sanitize($data, $type, $base = '') method get_item (line 99) | public function get_item() method get_title (line 104) | public function get_title() method get_category (line 140) | public function get_category($key = 0) method get_categories (line 153) | public function get_categories() method get_author (line 210) | public function get_author($key = 0) method get_authors (line 223) | public function get_authors() method get_contributor (line 293) | public function get_contributor($key = 0) method get_contributors (line 306) | public function get_contributors() method get_link (line 364) | public function get_link($key = 0, $rel = 'alternate') method get_permalink (line 380) | public function get_permalink() method get_links (line 385) | public function get_links($rel = 'alternate') method get_description (line 459) | public function get_description() method get_copyright (line 503) | public function get_copyright() method get_language (line 531) | public function get_language() method get_latitude (line 555) | public function get_latitude() method get_longitude (line 571) | public function get_longitude() method get_image_url (line 591) | public function get_image_url() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/XML/Declaration/Parser.php class SimplePie_XML_Declaration_Parser (line 52) | class SimplePie_XML_Declaration_Parser method __construct (line 116) | public function __construct($data) method parse (line 128) | public function parse() method has_data (line 155) | public function has_data() method skip_whitespace (line 165) | public function skip_whitespace() method get_value (line 175) | public function get_value() method before_version_name (line 192) | public function before_version_name() method version_name (line 204) | public function version_name() method version_equals (line 218) | public function version_equals() method version_value (line 232) | public function version_value() method encoding_name (line 252) | public function encoding_name() method encoding_equals (line 266) | public function encoding_equals() method encoding_value (line 280) | public function encoding_value() method standalone_name (line 300) | public function standalone_name() method standalone_equals (line 314) | public function standalone_equals() method standalone_value (line 328) | public function standalone_value() FILE: Docker/security/apparmor/wordpress/html/wp-includes/SimplePie/gzdecode.php class SimplePie_gzdecode (line 53) | class SimplePie_gzdecode method __set (line 181) | public function __set($name, $value) method __construct (line 191) | public function __construct($data) method parse (line 202) | public function parse() FILE: Docker/security/apparmor/wordpress/html/wp-includes/Text/Diff.php class Text_Diff (line 18) | class Text_Diff { method __construct (line 36) | function __construct( $engine, $params ) method Text_Diff (line 61) | public function Text_Diff( $engine, $params ) { method getDiff (line 68) | function getDiff() method countAddedLines (line 80) | function countAddedLines() method countDeletedLines (line 99) | function countDeletedLines() method reverse (line 125) | function reverse() method isEmpty (line 144) | function isEmpty() method lcs (line 161) | function lcs() method getOriginal (line 179) | function getOriginal() method getFinal (line 197) | function getFinal() method trimNewlines (line 215) | static function trimNewlines(&$line, $key) method _getTempDir (line 230) | function _getTempDir() method _check (line 262) | function _check($from_lines, $to_lines) class Text_MappedDiff (line 296) | class Text_MappedDiff extends Text_Diff { method __construct (line 314) | function __construct($from_lines, $to_lines, method Text_MappedDiff (line 341) | public function Text_MappedDiff( $from_lines, $to_lines, class Text_Diff_Op (line 355) | class Text_Diff_Op { method reverse (line 360) | function &reverse() method norig (line 365) | function norig() method nfinal (line 370) | function nfinal() class Text_Diff_Op_copy (line 383) | class Text_Diff_Op_copy extends Text_Diff_Op { method __construct (line 388) | function __construct( $orig, $final = false ) method Text_Diff_Op_copy (line 400) | public function Text_Diff_Op_copy( $orig, $final = false ) { method reverse (line 404) | function &reverse() class Text_Diff_Op_delete (line 418) | class Text_Diff_Op_delete extends Text_Diff_Op { method __construct (line 423) | function __construct( $lines ) method Text_Diff_Op_delete (line 432) | public function Text_Diff_Op_delete( $lines ) { method reverse (line 436) | function &reverse() class Text_Diff_Op_add (line 450) | class Text_Diff_Op_add extends Text_Diff_Op { method __construct (line 455) | function __construct( $lines ) method Text_Diff_Op_add (line 464) | public function Text_Diff_Op_add( $lines ) { method reverse (line 468) | function &reverse() class Text_Diff_Op_change (line 482) | class Text_Diff_Op_change extends Text_Diff_Op { method __construct (line 487) | function __construct( $orig, $final ) method Text_Diff_Op_change (line 496) | public function Text_Diff_Op_change( $orig, $final ) { method reverse (line 500) | function &reverse() FILE: Docker/security/apparmor/wordpress/html/wp-includes/Text/Diff/Engine/native.php class Text_Diff_Engine_native (line 29) | class Text_Diff_Engine_native { method diff (line 31) | function diff($from_lines, $to_lines) method _diag (line 149) | function _diag ($xoff, $xlim, $yoff, $ylim, $nchunks) method _lcsPos (line 230) | function _lcsPos($ypos) method _compareseq (line 269) | function _compareseq ($xoff, $xlim, $yoff, $ylim) method _shiftBoundaries (line 328) | function _shiftBoundaries($lines, &$changed, $other_changed) FILE: Docker/security/apparmor/wordpress/html/wp-includes/Text/Diff/Engine/shell.php class Text_Diff_Engine_shell (line 17) | class Text_Diff_Engine_shell { method diff (line 34) | function diff($from_lines, $to_lines) method _getLines (line 145) | function _getLines(&$text_lines, &$line_no, $end = false) FILE: Docker/security/apparmor/wordpress/html/wp-includes/Text/Diff/Engine/string.php class Text_Diff_Engine_string (line 23) | class Text_Diff_Engine_string { method diff (line 38) | function diff($diff, $mode = 'autodetect') method parseUnifiedDiff (line 91) | function parseUnifiedDiff($diff) method parseContextDiff (line 146) | function parseContextDiff(&$diff) FILE: Docker/security/apparmor/wordpress/html/wp-includes/Text/Diff/Engine/xdiff.php class Text_Diff_Engine_xdiff (line 16) | class Text_Diff_Engine_xdiff { method diff (line 20) | function diff($from_lines, $to_lines) FILE: Docker/security/apparmor/wordpress/html/wp-includes/Text/Diff/Renderer.php class Text_Diff_Renderer (line 15) | class Text_Diff_Renderer { method __construct (line 36) | function __construct( $params = array() ) method Text_Diff_Renderer (line 49) | public function Text_Diff_Renderer( $params = array() ) { method getParams (line 58) | function getParams() method render (line 77) | function render($diff) method _block (line 151) | function _block($xbeg, $xlen, $ybeg, $ylen, &$edits) method _startDiff (line 178) | function _startDiff() method _endDiff (line 183) | function _endDiff() method _blockHeader (line 188) | function _blockHeader($xbeg, $xlen, $ybeg, $ylen) method _startBlock (line 207) | function _startBlock($header) method _endBlock (line 212) | function _endBlock() method _lines (line 217) | function _lines($lines, $prefix = ' ') method _context (line 222) | function _context($lines) method _added (line 227) | function _added($lines) method _deleted (line 232) | function _deleted($lines) method _changed (line 237) | function _changed($orig, $final) FILE: Docker/security/apparmor/wordpress/html/wp-includes/Text/Diff/Renderer/inline.php class Text_Diff_Renderer_inline (line 27) | class Text_Diff_Renderer_inline extends Text_Diff_Renderer { method _blockHeader (line 93) | function _blockHeader($xbeg, $xlen, $ybeg, $ylen) method _startBlock (line 98) | function _startBlock($header) method _lines (line 103) | function _lines($lines, $prefix = ' ', $encode = true) method _added (line 116) | function _added($lines) method _deleted (line 124) | function _deleted($lines, $words = false) method _changed (line 132) | function _changed($orig, $final) method _splitOnWords (line 181) | function _splitOnWords($string, $newlineEscape = "\n") method _encode (line 201) | function _encode(&$string) FILE: Docker/security/apparmor/wordpress/html/wp-includes/admin-bar.php function _wp_admin_bar_init (line 23) | function _wp_admin_bar_init() { function wp_admin_bar_render (line 66) | function wp_admin_bar_render() { function wp_admin_bar_wp_menu (line 107) | function wp_admin_bar_wp_menu( $wp_admin_bar ) { function wp_admin_bar_sidebar_toggle (line 164) | function wp_admin_bar_sidebar_toggle( $wp_admin_bar ) { function wp_admin_bar_my_account_item (line 181) | function wp_admin_bar_my_account_item( $wp_admin_bar ) { function wp_admin_bar_my_account_menu (line 218) | function wp_admin_bar_my_account_menu( $wp_admin_bar ) { function wp_admin_bar_site_menu (line 278) | function wp_admin_bar_site_menu( $wp_admin_bar ) { function wp_admin_bar_customize_menu (line 348) | function wp_admin_bar_customize_menu( $wp_admin_bar ) { function wp_admin_bar_my_sites_menu (line 375) | function wp_admin_bar_my_sites_menu( $wp_admin_bar ) { function wp_admin_bar_shortlink_menu (line 519) | function wp_admin_bar_shortlink_menu( $wp_admin_bar ) { function wp_admin_bar_edit_menu (line 546) | function wp_admin_bar_edit_menu( $wp_admin_bar ) { function wp_admin_bar_new_content_menu (line 625) | function wp_admin_bar_new_content_menu( $wp_admin_bar ) { function wp_admin_bar_comments_menu (line 689) | function wp_admin_bar_comments_menu( $wp_admin_bar ) { function wp_admin_bar_appearance_menu (line 715) | function wp_admin_bar_appearance_menu( $wp_admin_bar ) { function wp_admin_bar_updates_menu (line 776) | function wp_admin_bar_updates_menu( $wp_admin_bar ) { function wp_admin_bar_search_menu (line 803) | function wp_admin_bar_search_menu( $wp_admin_bar ) { function wp_admin_bar_add_secondary_groups (line 831) | function wp_admin_bar_add_secondary_groups( $wp_admin_bar ) { function wp_admin_bar_header (line 853) | function wp_admin_bar_header() { ?> function _admin_bar_bump_cb (line 863) | function _admin_bar_bump_cb() { ?> function show_admin_bar (line 886) | function show_admin_bar( $show ) { function is_admin_bar_showing (line 901) | function is_admin_bar_showing() { function _get_admin_bar_pref (line 950) | function _get_admin_bar_pref( $context = 'front', $user = 0 ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/atomlib.php class AtomFeed (line 18) | class AtomFeed { class AtomEntry (line 45) | class AtomEntry { class AtomParser (line 65) | class AtomParser { method __construct (line 93) | function __construct() { method AtomParser (line 104) | public function AtomParser() { method _p (line 108) | function _p($msg) { method error_handler (line 114) | function error_handler($log_level, $log_text, $error_file, $error_line) { method parse (line 118) | function parse() { method start_element (line 160) | function start_element($parser, $name, $attrs) { method end_element (line 239) | function end_element($parser, $name) { method start_ns (line 293) | function start_ns($parser, $prefix, $uri) { method end_ns (line 298) | function end_ns($parser, $prefix) { method cdata (line 302) | function cdata($parser, $data) { method _default (line 309) | function _default($parser, $data) { method ns_to_prefix (line 314) | function ns_to_prefix($qname, $attr=false) { method is_declared_content_ns (line 346) | function is_declared_content_ns($new_mapping) { method xml_escape (line 357) | function xml_escape($string) FILE: Docker/security/apparmor/wordpress/html/wp-includes/author-template.php function get_the_author (line 23) | function get_the_author($deprecated = '') { function the_author (line 58) | function the_author( $deprecated = '', $deprecated_echo = true ) { function get_the_modified_author (line 86) | function get_the_modified_author() { function the_modified_author (line 109) | function the_modified_author() { function get_the_author_meta (line 124) | function get_the_author_meta( $field = '', $user_id = false ) { function the_author_meta (line 164) | function the_author_meta( $field = '', $user_id = false ) { function get_the_author_link (line 189) | function get_the_author_link() { function the_author_link (line 207) | function the_author_link() { function get_the_author_posts (line 218) | function get_the_author_posts() { function the_author_posts (line 232) | function the_author_posts() { function get_the_author_posts_link (line 247) | function get_the_author_posts_link() { function the_author_posts_link (line 278) | function the_author_posts_link( $deprecated = '' ) { function get_author_posts_url (line 294) | function get_author_posts_url($author_id, $author_nicename = '') { function wp_list_authors (line 361) | function wp_list_authors( $args = '' ) { function is_multi_author (line 471) | function is_multi_author() { function __clear_multi_author_cache (line 495) | function __clear_multi_author_cache() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/bookmark-template.php function _walk_bookmarks (line 51) | function _walk_bookmarks( $bookmarks, $args = '' ) { function wp_list_bookmarks (line 200) | function wp_list_bookmarks( $args = '' ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/bookmark.php function get_bookmark (line 21) | function get_bookmark($bookmark, $output = OBJECT, $filter = 'raw') { function get_bookmark_field (line 70) | function get_bookmark_field( $field, $bookmark, $context = 'display' ) { function get_bookmarks (line 117) | function get_bookmarks( $args = '' ) { function sanitize_bookmark (line 305) | function sanitize_bookmark($bookmark, $context = 'display') { function sanitize_bookmark_field (line 355) | function sanitize_bookmark_field($field, $value, $bookmark_id, $context) { function clean_bookmark_cache (line 411) | function clean_bookmark_cache( $bookmark_id ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/cache.php function wp_cache_add (line 27) | function wp_cache_add( $key, $data, $group = '', $expire = 0 ) { function wp_cache_close (line 46) | function wp_cache_close() { function wp_cache_decr (line 63) | function wp_cache_decr( $key, $offset = 1, $group = '' ) { function wp_cache_delete (line 81) | function wp_cache_delete( $key, $group = '' ) { function wp_cache_flush (line 97) | function wp_cache_flush() { function wp_cache_get (line 120) | function wp_cache_get( $key, $group = '', $force = false, &$found = null... function wp_cache_incr (line 139) | function wp_cache_incr( $key, $offset = 1, $group = '' ) { function wp_cache_init (line 152) | function wp_cache_init() { function wp_cache_replace (line 172) | function wp_cache_replace( $key, $data, $group = '', $expire = 0 ) { function wp_cache_set (line 196) | function wp_cache_set( $key, $data, $group = '', $expire = 0 ) { function wp_cache_switch_to_blog (line 214) | function wp_cache_switch_to_blog( $blog_id ) { function wp_cache_add_global_groups (line 230) | function wp_cache_add_global_groups( $groups ) { function wp_cache_add_non_persistent_groups (line 243) | function wp_cache_add_non_persistent_groups( $groups ) { function wp_cache_reset (line 266) | function wp_cache_reset() { class WP_Object_Cache (line 290) | class WP_Object_Cache { method __get (line 355) | public function __get( $name ) { method __set (line 369) | public function __set( $name, $value ) { method __isset (line 382) | public function __isset( $name ) { method __unset (line 394) | public function __unset( $name ) { method add (line 414) | public function add( $key, $data, $group = 'default', $expire = 0 ) { method add_global_groups (line 439) | public function add_global_groups( $groups ) { method decr (line 457) | public function decr( $key, $offset = 1, $group = 'default' ) { method delete (line 493) | public function delete( $key, $group = 'default', $deprecated = false ) { method flush (line 515) | public function flush() { method get (line 541) | public function get( $key, $group = 'default', $force = false, &$found... method incr (line 573) | public function incr( $key, $offset = 1, $group = 'default' ) { method replace (line 610) | public function replace( $key, $data, $group = 'default', $expire = 0 ) { method reset (line 633) | public function reset() { method set (line 664) | public function set( $key, $data, $group = 'default', $expire = 0 ) { method stats (line 687) | public function stats() { method switch_to_blog (line 709) | public function switch_to_blog( $blog_id ) { method _exists (line 724) | protected function _exists( $key, $group ) { method __construct (line 735) | public function __construct() { method __destruct (line 758) | public function __destruct() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/canonical.php function redirect_canonical (line 41) | function redirect_canonical( $requested_url = null, $do_redirect = true ) { function _remove_qs_args_if_not_in_url (line 523) | function _remove_qs_args_if_not_in_url( $query_string, Array $args_to_ch... function strip_fragment_from_url (line 545) | function strip_fragment_from_url( $url ) { function redirect_guess_404_permalink (line 571) | function redirect_guess_404_permalink() { function wp_redirect_admin_locations (line 608) | function wp_redirect_admin_locations() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/capabilities.php function map_meta_cap (line 27) | function map_meta_cap( $cap, $user_id ) { function current_user_can (line 423) | function current_user_can( $capability ) { function current_user_can_for_blog (line 444) | function current_user_can_for_blog( $blog_id, $capability ) { function author_can (line 477) | function author_can( $post, $capability ) { function user_can (line 501) | function user_can( $user, $capability ) { function wp_roles (line 523) | function wp_roles() { function get_role (line 540) | function get_role( $role ) { function add_role (line 554) | function add_role( $role, $display_name, $capabilities = array() ) { function remove_role (line 568) | function remove_role( $role ) { function get_super_admins (line 581) | function get_super_admins() { function is_super_admin (line 598) | function is_super_admin( $user_id = false ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/category-template.php function get_category_link (line 19) | function get_category_link( $category ) { function get_category_parents (line 43) | function get_category_parents( $id, $link = false, $separator = '/', $ni... function get_the_category (line 79) | function get_the_category( $id = false ) { function _usort_terms_by_name (line 115) | function _usort_terms_by_name( $a, $b ) { function _usort_terms_by_ID (line 132) | function _usort_terms_by_ID( $a, $b ) { function get_the_category_by_ID (line 149) | function get_the_category_by_ID( $cat_ID ) { function get_the_category_list (line 171) | function get_the_category_list( $separator = '', $parents='', $post_id =... function in_category (line 275) | function in_category( $category, $post = null ) { function the_category (line 291) | function the_category( $separator = '', $parents='', $post_id = false ) { function category_description (line 303) | function category_description( $category = 0 ) { function wp_dropdown_categories (line 357) | function wp_dropdown_categories( $args = '' ) { function wp_list_categories (line 526) | function wp_list_categories( $args = '' ) { function wp_tag_cloud (line 694) | function wp_tag_cloud( $args = '' ) { function default_topic_count_scale (line 743) | function default_topic_count_scale( $count ) { function wp_generate_tag_cloud (line 781) | function wp_generate_tag_cloud( $tags, $args = '' ) { function _wp_object_name_sort_cb (line 955) | function _wp_object_name_sort_cb( $a, $b ) { function _wp_object_count_sort_cb (line 966) | function _wp_object_count_sort_cb( $a, $b ) { function walk_category_tree (line 982) | function walk_category_tree() { function walk_category_dropdown_tree (line 1001) | function walk_category_dropdown_tree() { function get_tag_link (line 1025) | function get_tag_link( $tag ) { function get_the_tags (line 1045) | function get_the_tags( $id = 0 ) { function get_the_tag_list (line 1070) | function get_the_tag_list( $before = '', $sep = '', $after = '', $id = 0... function the_tags (line 1095) | function the_tags( $before = null, $sep = ', ', $after = '' ) { function tag_description (line 1109) | function tag_description( $tag = 0 ) { function term_description (line 1122) | function term_description( $term = 0, $taxonomy = 'post_tag' ) { function get_the_terms (line 1144) | function get_the_terms( $post, $taxonomy ) { function get_the_term_list (line 1193) | function get_the_term_list( $id, $taxonomy, $before = '', $sep = '', $af... function the_terms (line 1239) | function the_terms( $id, $taxonomy, $before = '', $sep = ', ', $after = ... function has_category (line 1268) | function has_category( $category = '', $post = null ) { function has_tag (line 1289) | function has_tag( $tag = '', $post = null ) { function has_term (line 1307) | function has_term( $term = '', $taxonomy = '', $post = null ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/category.php function get_categories (line 23) | function get_categories( $args = '' ) { function get_category (line 81) | function get_category( $category, $output = OBJECT, $filter = 'raw' ) { function get_category_by_path (line 111) | function get_category_by_path( $category_path, $full_match = true, $outp... function get_category_by_slug (line 162) | function get_category_by_slug( $slug ) { function get_cat_ID (line 178) | function get_cat_ID( $cat_name ) { function get_cat_name (line 193) | function get_cat_name( $cat_id ) { function cat_is_ancestor_of (line 213) | function cat_is_ancestor_of( $cat1, $cat2 ) { function sanitize_category (line 226) | function sanitize_category( $category, $context = 'display' ) { function sanitize_category_field (line 241) | function sanitize_category_field( $field, $value, $cat_id, $context ) { function get_tags (line 256) | function get_tags( $args = '' ) { function get_tag (line 295) | function get_tag( $tag, $output = OBJECT, $filter = 'raw' ) { function clean_category_cache (line 308) | function clean_category_cache( $id ) { function _make_cat_compat (line 332) | function _make_cat_compat( &$category ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-IXR.php class IXR_Value (line 48) | class IXR_Value { method __construct (line 55) | function __construct( $data, $type = false ) method IXR_Value (line 78) | public function IXR_Value( $data, $type = false ) { method calculateType (line 82) | function calculateType() method getXml (line 119) | function getXml() method isStruct (line 167) | function isStruct($array) class IXR_Message (line 187) | class IXR_Message method __construct (line 210) | function __construct( $message ) method IXR_Message (line 218) | public function IXR_Message( $message ) { method parse (line 222) | function parse() method tag_open (line 308) | function tag_open($parser, $tag, $attr) method cdata (line 330) | function cdata($parser, $cdata) method tag_close (line 335) | function tag_close($parser, $tag) class IXR_Server (line 414) | class IXR_Server method __construct (line 424) | function __construct( $callbacks = false, $data = false, $wait = false ) method IXR_Server (line 439) | public function IXR_Server( $callbacks = false, $data = false, $wait =... method serve (line 443) | function serve($data = false) method call (line 498) | function call($methodname, $args) method error (line 537) | function error($error, $message = false) method output (line 546) | function output($xml) method hasMethod (line 564) | function hasMethod($method) method setCapabilities (line 569) | function setCapabilities() method getCapabilities (line 588) | function getCapabilities($args) method setCallbacks (line 593) | function setCallbacks() method listMethods (line 600) | function listMethods($args) method multiCall (line 607) | function multiCall($methodcalls) class IXR_Request (line 638) | class IXR_Request method __construct (line 647) | function __construct($method, $args) method IXR_Request (line 670) | public function IXR_Request( $method, $args ) { method getLength (line 674) | function getLength() method getXml (line 679) | function getXml() class IXR_Client (line 692) | class IXR_Client method __construct (line 710) | function __construct( $server, $path = false, $port = 80, $timeout = 15 ) method IXR_Client (line 739) | public function IXR_Client( $server, $path = false, $port = 80, $timeo... method query (line 743) | function query() method getResponse (line 828) | function getResponse() method isError (line 834) | function isError() method getErrorCode (line 839) | function getErrorCode() method getErrorMessage (line 844) | function getErrorMessage() class IXR_Error (line 857) | class IXR_Error method __construct (line 865) | function __construct( $code, $message ) method IXR_Error (line 874) | public function IXR_Error( $code, $message ) { method getXml (line 878) | function getXml() class IXR_Date (line 909) | class IXR_Date { method __construct (line 921) | function __construct( $time ) method IXR_Date (line 934) | public function IXR_Date( $time ) { method parseTimestamp (line 938) | function parseTimestamp($timestamp) method parseIso (line 949) | function parseIso($iso) method getIso (line 960) | function getIso() method getXml (line 965) | function getXml() method getTimestamp (line 970) | function getTimestamp() class IXR_Base64 (line 982) | class IXR_Base64 method __construct (line 989) | function __construct( $data ) method IXR_Base64 (line 997) | public function IXR_Base64( $data ) { method getXml (line 1001) | function getXml() class IXR_IntrospectionServer (line 1013) | class IXR_IntrospectionServer extends IXR_Server method __construct (line 1021) | function __construct() method IXR_IntrospectionServer (line 1058) | public function IXR_IntrospectionServer() { method addCallback (line 1062) | function addCallback($method, $callback, $args, $help) method call (line 1069) | function call($methodname, $args) method methodSignature (line 1134) | function methodSignature($method) method methodHelp (line 1174) | function methodHelp($method) class IXR_ClientMulticall (line 1186) | class IXR_ClientMulticall extends IXR_Client method __construct (line 1193) | function __construct( $server, $path = false, $port = 80 ) method IXR_ClientMulticall (line 1202) | public function IXR_ClientMulticall( $server, $path = false, $port = 8... method addCall (line 1206) | function addCall() method query (line 1217) | function query() FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-feed.php class WP_Feed_Cache (line 6) | class WP_Feed_Cache extends SimplePie_Cache { method create (line 13) | public function create($location, $filename, $extension) { class WP_Feed_Cache_Transient (line 18) | class WP_Feed_Cache_Transient { method __construct (line 23) | public function __construct($location, $filename, $extension) { method save (line 42) | public function save($data) { method load (line 55) | public function load() { method mtime (line 62) | public function mtime() { method touch (line 69) | public function touch() { method unlink (line 76) | public function unlink() { class WP_SimplePie_File (line 83) | class WP_SimplePie_File extends SimplePie_File { method __construct (line 85) | public function __construct($url, $timeout = 10, $redirects = 5, $head... class WP_SimplePie_Sanitize_KSES (line 132) | class WP_SimplePie_Sanitize_KSES extends SimplePie_Sanitize { method sanitize (line 133) | public function sanitize( $data, $type, $base = '' ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-http.php class WP_Http (line 21) | class WP_Http { method request (line 78) | public function request( $url, $args = array() ) { method _get_first_available_transport (line 308) | public function _get_first_available_transport( $args, $url = null ) { method _dispatch_request (line 356) | private function _dispatch_request( $url, $args ) { method post (line 409) | public function post($url, $args = array()) { method get (line 427) | public function get($url, $args = array()) { method head (line 445) | public function head($url, $args = array()) { method processResponse (line 461) | public static function processResponse($strResponse) { method processHeaders (line 482) | public static function processHeaders( $headers, $url = '' ) { method buildCookieHeader (line 557) | public static function buildCookieHeader( &$r ) { method chunkTransferDecode (line 589) | public static function chunkTransferDecode( $body ) { method block_request (line 641) | public function block_request($uri) { method parse_url (line 699) | protected static function parse_url( $url ) { method make_absolute_url (line 718) | public static function make_absolute_url( $maybe_relative_path, $url ) { method handle_redirects (line 791) | public static function handle_redirects( $url, $args, $response ) { method is_ip_address (line 845) | public static function is_ip_address( $maybe_ip ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-json.php class Services_JSON (line 120) | class Services_JSON method __construct (line 143) | function __construct( $use = 0 ) method Services_JSON (line 154) | public function Services_JSON( $use = 0 ) { method utf162utf8 (line 173) | function utf162utf8($utf16) function name_value (line 540) | function name_value($name, $value) function reduce_string (line 559) | function reduce_string($str) FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-oembed.php class WP_oEmbed (line 20) | class WP_oEmbed { method __construct (line 35) | public function __construct() { method __call (line 180) | public function __call( $name, $arguments ) { method get_provider (line 199) | public function get_provider( $url, $args = '' ) { method _add_provider_early (line 245) | public static function _add_provider_early( $format, $provider, $regex... method _remove_provider_early (line 268) | public static function _remove_provider_early( $format ) { method get_html (line 286) | public function get_html( $url, $args = '' ) { method discover (line 310) | public function discover( $url ) { method fetch (line 388) | public function fetch( $provider, $url, $args = '' ) { method _fetch_with_format (line 424) | private function _fetch_with_format( $provider_url_with_args, $format ) { method _parse_json (line 448) | private function _parse_json( $response_body ) { method _parse_xml (line 462) | private function _parse_xml( $response_body ) { method _parse_xml_body (line 486) | private function _parse_xml_body( $response_body ) { method data2html (line 522) | public function data2html( $data, $url ) { method _strip_newlines (line 577) | public function _strip_newlines( $html, $data, $url ) { function _wp_oembed_get_object (line 617) | function _wp_oembed_get_object() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-phpass.php class PasswordHash (line 36) | class PasswordHash { method __construct (line 45) | function __construct( $iteration_count_log2, $portable_hashes ) method PasswordHash (line 61) | public function PasswordHash( $iteration_count_log2, $portable_hashes ) { method get_random_bytes (line 65) | function get_random_bytes($count) method encode64 (line 88) | function encode64($input, $count) method gensalt_private (line 111) | function gensalt_private($input) method crypt_private (line 121) | function crypt_private($password, $setting) method gensalt_extended (line 166) | function gensalt_extended($input) method gensalt_blowfish (line 184) | function gensalt_blowfish($input) method HashPassword (line 225) | function HashPassword($password) method CheckPassword (line 264) | function CheckPassword($password, $stored_hash) FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-phpmailer.php class PHPMailer (line 28) | class PHPMailer method __construct (line 637) | public function __construct($exceptions = false) method __destruct (line 645) | public function __destruct() method mailPassthru (line 666) | private function mailPassthru($to, $subject, $body, $header, $params) method edebug (line 689) | protected function edebug($str) method isHTML (line 730) | public function isHTML($isHtml = true) method isSMTP (line 743) | public function isSMTP() method isMail (line 752) | public function isMail() method isSendmail (line 761) | public function isSendmail() method isQmail (line 777) | public function isQmail() method addAddress (line 795) | public function addAddress($address, $name = '') method addCC (line 807) | public function addCC($address, $name = '') method addBCC (line 819) | public function addBCC($address, $name = '') method addReplyTo (line 830) | public function addReplyTo($address, $name = '') method addOrEnqueueAnAddress (line 847) | protected function addOrEnqueueAnAddress($kind, $address, $name) method addAnAddress (line 891) | protected function addAnAddress($kind, $address, $name = '') method setFrom (line 934) | public function setFrom($address, $name = '', $auto = true) method getLastMessageID (line 967) | public function getLastMessageID() method validateAddress (line 986) | public static function validateAddress($address, $patternselect = 'auto') method idnSupported (line 1076) | public function idnSupported() method punyencodeAddress (line 1093) | public function punyencodeAddress($address) method send (line 1119) | public function send() method preSend (line 1141) | public function preSend() method postSend (line 1236) | public function postSend() method sendmailSend (line 1275) | protected function sendmailSend($header, $body) method mailSend (line 1344) | protected function mailSend($header, $body) method getSMTPInstance (line 1385) | public function getSMTPInstance() method smtpSend (line 1406) | protected function smtpSend($header, $body) method smtpConnect (line 1469) | public function smtpConnect($options = array()) method smtpClose (line 1581) | public function smtpClose() method setLanguage (line 1600) | public function setLanguage($langcode = 'en', $lang_path = '') method getTranslations (line 1649) | public function getTranslations() method addrAppend (line 1664) | public function addrAppend($type, $addr) method addrFormat (line 1680) | public function addrFormat($addr) method wrapText (line 1702) | public function wrapText($message, $length, $qp_mode = false) method utf8CharBoundary (line 1801) | public function utf8CharBoundary($encodedText, $maxLength) method setWordWrap (line 1846) | public function setWordWrap() method createHeader (line 1870) | public function createHeader() method getMailMIME (line 1966) | public function getMailMIME() method getSentMIMEMessage (line 2021) | public function getSentMIMEMessage() method createBody (line 2033) | public function createBody() method getBoundary (line 2242) | protected function getBoundary($boundary, $charSet, $contentType, $enc... method endBoundary (line 2272) | protected function endBoundary($boundary) method setMessageType (line 2284) | protected function setMessageType() method headerLine (line 2309) | public function headerLine($name, $value) method textLine (line 2320) | public function textLine($value) method addAttachment (line 2336) | public function addAttachment($path, $name = '', $encoding = 'base64',... method getAttachments (line 2379) | public function getAttachments() method attachAll (line 2392) | protected function attachAll($disposition_type, $boundary) method encodeFile (line 2517) | protected function encodeFile($path, $encoding = 'base64') method encodeString (line 2558) | public function encodeString($str, $encoding = 'base64') method encodeHeader (line 2594) | public function encodeHeader($str, $position = 'text') method hasMultiBytes (line 2658) | public function hasMultiBytes($str) method has8bitChars (line 2672) | public function has8bitChars($text) method base64EncodeWrapMB (line 2687) | public function base64EncodeWrapMB($str, $linebreak = null) method encodeQP (line 2729) | public function encodeQP($string, $line_max = 76) method encodeQPphp (line 2754) | public function encodeQPphp( method encodeQ (line 2770) | public function encodeQ($str, $position = 'text') method addStringAttachment (line 2821) | public function addStringAttachment( method addEmbeddedImage (line 2861) | public function addEmbeddedImage($path, $cid, $name = '', $encoding = ... method addStringEmbeddedImage (line 2906) | public function addStringEmbeddedImage( method inlineImageExists (line 2938) | public function inlineImageExists() method attachmentExists (line 2952) | public function attachmentExists() method alternativeExists (line 2966) | public function alternativeExists() method clearQueuedAddresses (line 2977) | public function clearQueuedAddresses($kind) method clearAddresses (line 2991) | public function clearAddresses() method clearCCs (line 3004) | public function clearCCs() method clearBCCs (line 3017) | public function clearBCCs() method clearReplyTos (line 3030) | public function clearReplyTos() method clearAllRecipients (line 3040) | public function clearAllRecipients() method clearAttachments (line 3053) | public function clearAttachments() method clearCustomHeaders (line 3062) | public function clearCustomHeaders() method setError (line 3073) | protected function setError($msg) method rfcDate (line 3100) | public static function rfcDate() method serverHostname (line 3114) | protected function serverHostname() method lang (line 3135) | protected function lang($key) method isError (line 3160) | public function isError() method fixEOL (line 3172) | public function fixEOL($str) method addCustomHeader (line 3192) | public function addCustomHeader($name, $value = null) method getCustomHeaders (line 3206) | public function getCustomHeaders() method msgHTML (line 3223) | public function msgHTML($message, $basedir = '', $advanced = false) method html2text (line 3307) | public function html2text($html, $advanced = false) method _mime_types (line 3326) | public static function _mime_types($ext = '') method filenameToType (line 3441) | public static function filenameToType($filename) method mb_pathinfo (line 3463) | public static function mb_pathinfo($path, $options = null) method set (line 3513) | public function set($name, $value = '') method secureHeader (line 3530) | public function secureHeader($str) method normalizeBreaks (line 3545) | public static function normalizeBreaks($text, $breaktype = "\r\n") method sign (line 3558) | public function sign($cert_filename, $key_filename, $key_pass, $extrac... method DKIM_QP (line 3572) | public function DKIM_QP($txt) method DKIM_Sign (line 3593) | public function DKIM_Sign($signHeader) method DKIM_HeaderC (line 3619) | public function DKIM_HeaderC($signHeader) method DKIM_BodyC (line 3639) | public function DKIM_BodyC($body) method DKIM_Add (line 3662) | public function DKIM_Add($headers_line, $subject, $body) method hasLineLongerThanMax (line 3733) | public static function hasLineLongerThanMax($str) method getToAddresses (line 3745) | public function getToAddresses() method getCcAddresses (line 3756) | public function getCcAddresses() method getBccAddresses (line 3767) | public function getBccAddresses() method getReplyToAddresses (line 3778) | public function getReplyToAddresses() method getAllRecipientAddresses (line 3789) | public function getAllRecipientAddresses() method doCallback (line 3804) | protected function doCallback($isSent, $to, $cc, $bcc, $subject, $body... class phpmailerException (line 3817) | class phpmailerException extends Exception method errorMessage (line 3823) | public function errorMessage() FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-pop3.php class POP3 (line 19) | class POP3 { method __construct (line 50) | function __construct ( $server = '', $timeout = '' ) { method POP3 (line 71) | public function POP3( $server = '', $timeout = '' ) { method update_timer (line 75) | function update_timer () { method connect (line 81) | function connect ($server, $port = 110) { method user (line 121) | function user ($user = "") { method pass (line 140) | function pass ($pass = "") { method apop (line 165) | function apop ($login,$pass) { method login (line 209) | function login ($login = "", $pass = "") { method top (line 233) | function top ($msgNum, $numLines = "0") { method pop_list (line 275) | function pop_list ($msgNum = "") { method get (line 350) | function get ($msgNum) { method last (line 388) | function last ( $type = "count" ) { method reset (line 419) | function reset () { method send_cmd (line 443) | function send_cmd ( $cmd = "" ) method quit (line 480) | function quit() { method popstat (line 500) | function popstat () { method uidl (line 515) | function uidl ($msgNum = "") method delete (line 582) | function delete ($msgNum = "") { method is_ok (line 609) | function is_ok ($cmd = "") { method strip_clf (line 618) | function strip_clf ($text = "") { method parse_banner (line 629) | function parse_banner ( $server_text ) { function stripos (line 659) | function stripos($haystack, $needle){ FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-simplepie.php function wp_simplepie_autoload (line 24) | function wp_simplepie_autoload( $class ) { class SimplePie (line 473) | class SimplePie method __construct (line 685) | public function __construct() method __toString (line 718) | public function __toString() method __destruct (line 726) | public function __destruct() method force_feed (line 758) | public function force_feed($enable = false) method set_feed_url (line 778) | public function set_feed_url($url) method set_file (line 800) | public function set_file(&$file) method set_raw_data (line 824) | public function set_raw_data($data) method set_timeout (line 838) | public function set_timeout($timeout = 10) method force_fsockopen (line 849) | public function force_fsockopen($enable = false) method enable_cache (line 863) | public function enable_cache($enable = true) method set_cache_duration (line 874) | public function set_cache_duration($seconds = 3600) method set_autodiscovery_cache_duration (line 885) | public function set_autodiscovery_cache_duration($seconds = 604800) method set_cache_location (line 895) | public function set_cache_location($location = './cache') method enable_order_by_date (line 905) | public function enable_order_by_date($enable = true) method set_input_encoding (line 918) | public function set_input_encoding($encoding = false) method set_autodiscovery_level (line 942) | public function set_autodiscovery_level($level = SIMPLEPIE_LOCATOR_ALL) method get_registry (line 954) | public function &get_registry() method set_cache_class (line 970) | public function set_cache_class($class = 'SimplePie_Cache') method set_locator_class (line 978) | public function set_locator_class($class = 'SimplePie_Locator') method set_parser_class (line 986) | public function set_parser_class($class = 'SimplePie_Parser') method set_file_class (line 994) | public function set_file_class($class = 'SimplePie_File') method set_sanitize_class (line 1002) | public function set_sanitize_class($class = 'SimplePie_Sanitize') method set_item_class (line 1010) | public function set_item_class($class = 'SimplePie_Item') method set_author_class (line 1018) | public function set_author_class($class = 'SimplePie_Author') method set_category_class (line 1026) | public function set_category_class($class = 'SimplePie_Category') method set_enclosure_class (line 1034) | public function set_enclosure_class($class = 'SimplePie_Enclosure') method set_caption_class (line 1042) | public function set_caption_class($class = 'SimplePie_Caption') method set_copyright_class (line 1050) | public function set_copyright_class($class = 'SimplePie_Copyright') method set_credit_class (line 1058) | public function set_credit_class($class = 'SimplePie_Credit') method set_rating_class (line 1066) | public function set_rating_class($class = 'SimplePie_Rating') method set_restriction_class (line 1074) | public function set_restriction_class($class = 'SimplePie_Restriction') method set_content_type_sniffer_class (line 1082) | public function set_content_type_sniffer_class($class = 'SimplePie_Con... method set_source_class (line 1090) | public function set_source_class($class = 'SimplePie_Source') method set_useragent (line 1101) | public function set_useragent($ua = SIMPLEPIE_USERAGENT) method set_cache_name_function (line 1111) | public function set_cache_name_function($function = 'md5') method set_stupidly_fast (line 1127) | public function set_stupidly_fast($set = false) method set_max_checked_feeds (line 1145) | public function set_max_checked_feeds($max = 10) method remove_div (line 1150) | public function remove_div($enable = true) method strip_htmltags (line 1155) | public function strip_htmltags($tags = '', $encode = null) method encode_instead_of_strip (line 1168) | public function encode_instead_of_strip($enable = true) method strip_attributes (line 1173) | public function strip_attributes($attribs = '') method set_output_encoding (line 1204) | public function set_output_encoding($encoding = 'UTF-8') method strip_comments (line 1209) | public function strip_comments($strip = false) method set_url_replacements (line 1225) | public function set_url_replacements($element_attribute = null) method set_image_handler (line 1236) | public function set_image_handler($page = false, $qs = 'i') method set_item_limit (line 1253) | public function set_item_limit($limit = 0) method init (line 1267) | public function init() method fetch_data (line 1458) | protected function fetch_data(&$cache) method error (line 1619) | public function error() method get_raw_data (line 1632) | public function get_raw_data() method get_encoding (line 1643) | public function get_encoding() method handle_content_type (line 1667) | public function handle_content_type($mime = 'text/html') method get_type (line 1710) | public function get_type() method subscribe_url (line 1802) | public function subscribe_url() method get_feed_tags (line 1845) | public function get_feed_tags($namespace, $tag) method get_channel_tags (line 1893) | public function get_channel_tags($namespace, $tag) method get_image_tags (line 1950) | public function get_image_tags($namespace, $tag) method get_base (line 1998) | public function get_base($element = array()) method sanitize (line 2024) | public function sanitize($data, $type, $base = '') method get_title (line 2037) | public function get_title() method get_category (line 2080) | public function get_category($key = 0) method get_categories (line 2101) | public function get_categories() method get_author (line 2165) | public function get_author($key = 0) method get_authors (line 2186) | public function get_authors() method get_contributor (line 2263) | public function get_contributor($key = 0) method get_contributors (line 2284) | public function get_contributors() method get_link (line 2350) | public function get_link($key = 0, $rel = 'alternate') method get_permalink (line 2374) | public function get_permalink() method get_links (line 2388) | public function get_links($rel = 'alternate') method get_all_discovered_feeds (line 2462) | public function get_all_discovered_feeds() method get_description (line 2476) | public function get_description() method get_copyright (line 2528) | public function get_copyright() method get_language (line 2564) | public function get_language() method get_latitude (line 2612) | public function get_latitude() method get_longitude (line 2641) | public function get_longitude() method get_image_title (line 2670) | public function get_image_title() method get_image_url (line 2709) | public function get_image_url() method get_image_link (line 2753) | public function get_image_link() method get_image_width (line 2783) | public function get_image_width() method get_image_height (line 2809) | public function get_image_height() method get_item_quantity (line 2834) | public function get_item_quantity($max = 0) method get_item (line 2860) | public function get_item($key = 0) method get_items (line 2886) | public function get_items($start = 0, $end = 0) method set_favicon_handler (line 2991) | public function set_favicon_handler($page = false, $qs = 'i') method get_favicon (line 3003) | public function get_favicon() method __call (line 3023) | public function __call($method, $args) method sort_items (line 3053) | public static function sort_items($a, $b) method merge_items (line 3071) | public static function merge_items($urls, $start = 0, $end = 0, $limit... FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-smtp.php class SMTP (line 27) | class SMTP method edebug (line 202) | protected function edebug($str, $level = 0) method connect (line 247) | public function connect($host, $port = null, $timeout = 30, $options =... method startTLS (line 334) | public function startTLS() method authenticate (line 362) | public function authenticate( method hmac (line 469) | protected function hmac($data, $key) method connected (line 501) | public function connected() method close (line 526) | public function close() method data (line 551) | public function data($msg_data) method hello (line 640) | public function hello($host = '') method sendHello (line 655) | protected function sendHello($hello, $host) method parseHelloFields (line 673) | protected function parseHelloFields($type) method mail (line 720) | public function mail($from) method quit (line 738) | public function quit($close_on_error = true) method recipient (line 758) | public function recipient($address) method reset (line 774) | public function reset() method sendCommand (line 787) | protected function sendCommand($command, $commandstring, $expect) method sendAndMail (line 852) | public function sendAndMail($from) method verify (line 863) | public function verify($name) method noop (line 874) | public function noop() method turn (line 888) | public function turn() method client_send (line 901) | public function client_send($data) method getError (line 912) | public function getError() method getServerExtList (line 922) | public function getServerExtList() method getServerExt (line 946) | public function getServerExt($name) method getLastReply (line 973) | public function getLastReply() method get_lines (line 987) | protected function get_lines() method setVerp (line 1034) | public function setVerp($enabled = false) method getVerp (line 1043) | public function getVerp() method setError (line 1055) | protected function setError($message, $detail = '', $smtp_code = '', $... method setDebugOutput (line 1069) | public function setDebugOutput($method = 'echo') method getDebugOutput (line 1078) | public function getDebugOutput() method setDebugLevel (line 1087) | public function setDebugLevel($level = 0) method getDebugLevel (line 1096) | public function getDebugLevel() method setTimeout (line 1105) | public function setTimeout($timeout = 0) method getTimeout (line 1114) | public function getTimeout() FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-snoopy.php class Snoopy (line 38) | class Snoopy method fetch (line 129) | function fetch($URI) method submit (line 279) | function submit($URI, $formvars="", $formfiles="") method fetchlinks (line 441) | function fetchlinks($URI) method fetchform (line 470) | function fetchform($URI) method fetchtext (line 498) | function fetchtext($URI) method submitlinks (line 522) | function submitlinks($URI, $formvars="", $formfiles="") method submittext (line 556) | function submittext($URI, $formvars = "", $formfiles = "") method set_submit_multipart (line 590) | function set_submit_multipart() method set_submit_normal (line 601) | function set_submit_normal() method _striplinks (line 621) | function _striplinks($document) method _stripform (line 655) | function _stripform($document) method _striptext (line 675) | function _striptext($document) method _expandlinks (line 744) | function _expandlinks($links,$URI) method _httprequest (line 784) | function _httprequest($url,$fp,$URI,$http_method,$content_type="",$bod... method _httpsrequest (line 947) | function _httpsrequest($url,$URI,$http_method,$content_type="",$body="") method setcookies (line 1091) | function setcookies() method _check_timeout (line 1107) | function _check_timeout($fp) method _connect (line 1125) | function _connect(&$fp) method _disconnect (line 1178) | function _disconnect($fp) method _prepare_post_body (line 1192) | function _prepare_post_body($formvars, $formfiles) FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-walker-category-dropdown.php class Walker_CategoryDropdown (line 17) | class Walker_CategoryDropdown extends Walker { method start_el (line 45) | public function start_el( &$output, $category, $depth = 0, $args = arr... FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-walker-category.php class Walker_Category (line 17) | class Walker_Category extends Walker { method start_lvl (line 49) | public function start_lvl( &$output, $depth = 0, $args = array() ) { method end_lvl (line 69) | public function end_lvl( &$output, $depth = 0, $args = array() ) { method start_el (line 90) | public function start_el( &$output, $category, $depth = 0, $args = arr... method end_el (line 211) | public function end_el( &$output, $page, $depth = 0, $args = array() ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-walker-comment.php class Walker_Comment (line 16) | class Walker_Comment extends Walker { method start_lvl (line 50) | public function start_lvl( &$output, $depth = 0, $args = array() ) { method end_lvl (line 79) | public function end_lvl( &$output, $depth = 0, $args = array() ) { method display_element (line 126) | public function display_element( $element, &$children_elements, $max_d... method start_el (line 165) | public function start_el( &$output, $comment, $depth = 0, $args = arra... method end_el (line 205) | public function end_el( &$output, $comment, $depth = 0, $args = array(... method ping (line 230) | protected function ping( $comment, $depth, $args ) { method comment (line 252) | protected function comment( $comment, $depth, $args ) { method html5_comment (line 311) | protected function html5_comment( $comment, $depth, $args ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-walker-page-dropdown.php class Walker_PageDropdown (line 17) | class Walker_PageDropdown extends Walker { method start_el (line 44) | public function start_el( &$output, $page, $depth = 0, $args = array()... FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-walker-page.php class Walker_Page (line 17) | class Walker_Page extends Walker { method start_lvl (line 41) | public function start_lvl( &$output, $depth = 0, $args = array() ) { method end_lvl (line 54) | public function end_lvl( &$output, $depth = 0, $args = array() ) { method start_el (line 69) | public function start_el( &$output, $page, $depth = 0, $args = array()... method end_el (line 151) | public function end_el( &$output, $page, $depth = 0, $args = array() ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-admin-bar.php class WP_Admin_Bar (line 15) | class WP_Admin_Bar { method __get (line 24) | public function __get( $name ) { method initialize (line 38) | public function initialize() { method add_menu (line 87) | public function add_menu( $node ) { method remove_menu (line 94) | public function remove_menu( $id ) { method add_node (line 113) | public function add_node( $args ) { method _set_node (line 167) | final protected function _set_node( $args ) { method get_node (line 177) | final public function get_node( $id ) { method _get_node (line 186) | final protected function _get_node( $id ) { method get_nodes (line 200) | final public function get_nodes() { method _get_nodes (line 213) | final protected function _get_nodes() { method add_group (line 234) | final public function add_group( $args ) { method remove_node (line 245) | public function remove_node( $id ) { method _unset_node (line 252) | final protected function _unset_node( $id ) { method render (line 259) | public function render() { method _bind (line 268) | final protected function _bind() { method _render (line 394) | final protected function _render( $root ) { method _render_container (line 432) | final protected function _render_container( $node ) { method _render_group (line 446) | final protected function _render_group( $node ) { method _render_item (line 469) | final protected function _render_item( $node ) { method recursive_render (line 545) | public function recursive_render( $id, $node ) { method add_menus (line 553) | public function add_menus() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-ajax-response.php class WP_Ajax_Response (line 8) | class WP_Ajax_Response { method __construct (line 25) | public function __construct( $args = '' ) { method add (line 53) | public function add( $args = '' ) { method send (line 134) | public function send() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-comment-query.php class WP_Comment_Query (line 17) | class WP_Comment_Query { method __call (line 137) | public function __call( $name, $arguments ) { method __construct (line 256) | public function __construct( $query = '' ) { method parse_query (line 314) | public function parse_query( $query = '' ) { method query (line 337) | public function query( $query ) { method get_comments (line 352) | public function get_comments() { method get_comment_ids (line 470) | protected function get_comment_ids() { method fill_descendants (line 876) | protected function fill_descendants( $comments ) { method get_search_sql (line 978) | protected function get_search_sql( $string, $cols ) { method parse_orderby (line 1002) | protected function parse_orderby( $orderby ) { method parse_order (line 1064) | protected function parse_order( $order ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-comment.php class WP_Comment (line 15) | final class WP_Comment { method get_instance (line 191) | public static function get_instance( $id ) { method __construct (line 224) | public function __construct( $comment ) { method to_array (line 238) | public function to_array() { method get_children (line 279) | public function get_children( $args = array() ) { method add_child (line 325) | public function add_child( WP_Comment $child ) { method get_child (line 338) | public function get_child( $child_id ) { method populated_children (line 354) | public function populated_children( $set ) { method __isset (line 369) | public function __isset( $name ) { method __get (line 387) | public function __get( $name ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-customize-control.php class WP_Customize_Control (line 15) | class WP_Customize_Control { method __construct (line 146) | public function __construct( $manager, $id, $args = array() ) { method enqueue (line 184) | public function enqueue() {} method active (line 194) | final public function active() { method active_callback (line 222) | public function active_callback() { method value (line 235) | final public function value( $setting_key = 'default' ) { method to_json (line 246) | public function to_json() { method json (line 269) | public function json() { method check_capabilities (line 281) | final public function check_capabilities() { method get_content (line 301) | final public function get_content() { method maybe_render (line 313) | final public function maybe_render() { method render (line 346) | protected function render() { method get_link (line 363) | public function get_link( $setting_key = 'default' ) { method link (line 378) | public function link( $setting_key = 'default' ) { method input_attrs (line 388) | public function input_attrs() { method render_content (line 406) | protected function render_content() { method print_template (line 530) | final public function print_template() { method content_template (line 548) | protected function content_template() {} FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-customize-manager.php class WP_Customize_Manager (line 23) | final class WP_Customize_Manager { method __construct (line 189) | public function __construct() { method doing_ajax (line 295) | public function doing_ajax( $action = null ) { method wp_die (line 321) | protected function wp_die( $ajax_message, $message = null ) { method wp_die_handler (line 340) | public function wp_die_handler() { method setup_theme (line 355) | public function setup_theme() { method after_setup_theme (line 404) | public function after_setup_theme() { method start_previewing_theme (line 418) | public function start_previewing_theme() { method stop_previewing_theme (line 457) | public function stop_previewing_theme() { method theme (line 495) | public function theme() { method settings (line 509) | public function settings() { method controls (line 520) | public function controls() { method containers (line 531) | public function containers() { method sections (line 542) | public function sections() { method panels (line 554) | public function panels() { method is_theme_active (line 565) | public function is_theme_active() { method wp_loaded (line 574) | public function wp_loaded() { method wp_redirect_status (line 600) | public function wp_redirect_status( $status ) { method unsanitized_post_values (line 615) | public function unsanitized_post_values() { method post_value (line 641) | public function post_value( $setting, $default = null ) { method set_post_value (line 659) | public function set_post_value( $setting_id, $value ) { method customize_preview_init (line 699) | public function customize_preview_init() { method customize_preview_override_404_status (line 735) | public function customize_preview_override_404_status() { method customize_preview_base (line 746) | public function customize_preview_base() { method customize_preview_html5 (line 755) | public function customize_preview_html5() { ?> method customize_preview_loading_style (line 774) | public function customize_preview_loading_style() { method customize_preview_settings (line 793) | public function customize_preview_settings() { method customize_preview_signature (line 860) | public function customize_preview_signature() { method remove_preview_signature (line 872) | public function remove_preview_signature( $return = null ) { method is_preview (line 885) | public function is_preview() { method get_template (line 896) | public function get_template() { method get_stylesheet (line 907) | public function get_stylesheet() { method get_template_root (line 918) | public function get_template_root() { method get_stylesheet_root (line 929) | public function get_stylesheet_root() { method current_theme (line 941) | public function current_theme( $current_theme ) { method save (line 950) | public function save() { method refresh_nonces (line 1013) | public function refresh_nonces() { method add_setting (line 1045) | public function add_setting( $id, $args = array() ) { method add_dynamic_settings (line 1068) | public function add_dynamic_settings( $setting_ids ) { method get_setting (line 1123) | public function get_setting( $id ) { method remove_setting (line 1136) | public function remove_setting( $id ) { method add_panel (line 1149) | public function add_panel( $id, $args = array() ) { method get_panel (line 1168) | public function get_panel( $id ) { method remove_panel (line 1182) | public function remove_panel( $id ) { method register_panel_type (line 1198) | public function register_panel_type( $panel ) { method render_panel_templates (line 1208) | public function render_panel_templates() { method add_section (line 1223) | public function add_section( $id, $args = array() ) { method get_section (line 1240) | public function get_section( $id ) { method remove_section (line 1252) | public function remove_section( $id ) { method register_section_type (line 1268) | public function register_section_type( $section ) { method render_section_templates (line 1278) | public function render_section_templates() { method add_control (line 1294) | public function add_control( $id, $args = array() ) { method get_control (line 1311) | public function get_control( $id ) { method remove_control (line 1323) | public function remove_control( $id ) { method register_control_type (line 1338) | public function register_control_type( $control ) { method render_control_templates (line 1348) | public function render_control_templates() { method _cmp_priority (line 1364) | protected function _cmp_priority( $a, $b ) { method prepare_controls (line 1381) | public function prepare_controls() { method enqueue_control_scripts (line 1443) | public function enqueue_control_scripts() { method is_ios (line 1457) | public function is_ios() { method get_document_title_template (line 1469) | public function get_document_title_template() { method set_preview_url (line 1491) | public function set_preview_url( $preview_url ) { method get_preview_url (line 1503) | public function get_preview_url() { method set_return_url (line 1522) | public function set_return_url( $return_url ) { method get_return_url (line 1536) | public function get_return_url() { method set_autofocus (line 1566) | public function set_autofocus( $autofocus ) { method get_autofocus (line 1584) | public function get_autofocus() { method customize_pane_settings (line 1593) | public function customize_pane_settings() { method register_controls (line 1735) | public function register_controls() { method register_dynamic_settings (line 2042) | public function register_dynamic_settings() { method _sanitize_header_textcolor (line 2057) | public function _sanitize_header_textcolor( $color ) { function sanitize_hex_color (line 2080) | function sanitize_hex_color( $color ) { function sanitize_hex_color_no_hash (line 2103) | function sanitize_hex_color_no_hash( $color ) { function maybe_hash_hex_color (line 2123) | function maybe_hash_hex_color( $color ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-customize-nav-menus.php class WP_Customize_Nav_Menus (line 19) | final class WP_Customize_Nav_Menus { method __construct (line 47) | public function __construct( $manager ) { method ajax_load_available_items (line 71) | public function ajax_load_available_items() { method load_available_items_query (line 106) | public function load_available_items_query( $type = 'post_type', $obje... method ajax_search_available_items (line 211) | public function ajax_search_available_items() { method search_available_items_query (line 248) | public function search_available_items_query( $args = array() ) { method enqueue_scripts (line 323) | public function enqueue_scripts() { method filter_dynamic_setting_args (line 411) | public function filter_dynamic_setting_args( $setting_args, $setting_i... method filter_dynamic_setting_class (line 435) | public function filter_dynamic_setting_class( $setting_class, $setting... method customize_register (line 452) | public function customize_register() { method intval_base10 (line 608) | public function intval_base10( $value ) { method available_item_types (line 620) | public function available_item_types() { method print_templates (line 668) | public function print_templates() { method available_items_template (line 711) | public function available_items_template() { method customize_preview_init (line 823) | public function customize_preview_init() { method filter_wp_nav_menu_args (line 844) | public function filter_wp_nav_menu_args( $args ) { method filter_wp_nav_menu (line 894) | public function filter_wp_nav_menu( $nav_menu_content, $args ) { method hash_nav_menu_args (line 916) | public function hash_nav_menu_args( $args ) { method customize_preview_enqueue_deps (line 926) | public function customize_preview_enqueue_deps() { method export_preview_data (line 939) | public function export_preview_data() { method render_menu (line 966) | public function render_menu() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-customize-panel.php class WP_Customize_Panel (line 19) | class WP_Customize_Panel { method __construct (line 151) | public function __construct( $manager, $id, $args = array() ) { method active (line 178) | final public function active() { method active_callback (line 206) | public function active_callback() { method json (line 217) | public function json() { method check_capabilities (line 234) | final public function check_capabilities() { method get_content (line 253) | final public function get_content() { method maybe_render (line 264) | final public function maybe_render() { method render (line 299) | protected function render() {} method render_content (line 309) | protected function render_content() {} method print_template (line 321) | public function print_template() { method render_template (line 343) | protected function render_template() { method content_template (line 366) | protected function content_template() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-customize-section.php class WP_Customize_Section (line 19) | class WP_Customize_Section { method __construct (line 159) | public function __construct( $manager, $id, $args = array() ) { method active (line 186) | final public function active() { method active_callback (line 214) | public function active_callback() { method json (line 225) | public function json() { method check_capabilities (line 250) | final public function check_capabilities() { method get_content (line 269) | final public function get_content() { method maybe_render (line 280) | final public function maybe_render() { method render (line 313) | protected function render() {} method print_template (line 326) | public function print_template() { method render_template (line 345) | protected function render_template() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-customize-setting.php class WP_Customize_Setting (line 19) | class WP_Customize_Setting { method __construct (line 124) | public function __construct( $manager, $id, $args = array() ) { method id_data (line 176) | final public function id_data() { method aggregate_multidimensional (line 189) | protected function aggregate_multidimensional() { method is_current_blog_previewed (line 226) | public function is_current_blog_previewed() { method preview (line 255) | public function preview() { method _clear_aggregated_multidimensional_preview_applied_flag (line 369) | final public function _clear_aggregated_multidimensional_preview_appli... method _preview_filter (line 385) | public function _preview_filter( $original ) { method _multidimensional_preview_filter (line 418) | final public function _multidimensional_preview_filter( $original ) { method save (line 457) | final public function save() { method post_value (line 486) | final public function post_value( $default = null ) { method sanitize (line 498) | public function sanitize( $value ) { method get_root_value (line 521) | protected function get_root_value( $default = null ) { method set_root_value (line 546) | protected function set_root_value( $value ) { method update (line 575) | protected function update( $value ) { method _update_theme_mod (line 610) | protected function _update_theme_mod() { method _update_option (line 620) | protected function _update_option() { method value (line 631) | public function value() { method js_value (line 668) | public function js_value() { method check_capabilities (line 695) | final public function check_capabilities() { method multidimensional (line 715) | final protected function multidimensional( &$root, $keys, $create = fa... method multidimensional_replace (line 765) | final protected function multidimensional_replace( $root, $keys, $valu... method multidimensional_get (line 789) | final protected function multidimensional_get( $root, $keys, $default ... method multidimensional_isset (line 806) | final protected function multidimensional_isset( $root, $keys ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-customize-widgets.php class WP_Customize_Widgets (line 19) | final class WP_Customize_Widgets { method __construct (line 84) | public function __construct( $manager ) { method get_setting_type (line 116) | protected function get_setting_type( $setting_id ) { method register_settings (line 135) | public function register_settings() { method filter_customize_dynamic_setting_args (line 171) | public function filter_customize_dynamic_setting_args( $args, $setting... method get_post_value (line 189) | protected function get_post_value( $name, $default = null ) { method override_sidebars_widgets_for_theme_switch (line 212) | public function override_sidebars_widgets_for_theme_switch() { method filter_customize_value_old_sidebars_widgets_data (line 246) | public function filter_customize_value_old_sidebars_widgets_data( $old... method filter_option_sidebars_widgets_for_theme_switch (line 266) | public function filter_option_sidebars_widgets_for_theme_switch( $side... method customize_controls_init (line 280) | public function customize_controls_init() { method schedule_customize_register (line 301) | public function schedule_customize_register() { method customize_register (line 319) | public function customize_register() { method is_panel_active (line 470) | public function is_panel_active() { method get_setting_id (line 484) | public function get_setting_id( $widget_id ) { method is_wide_widget (line 512) | public function is_wide_widget( $widget_id ) { method parse_widget_id (line 540) | public function parse_widget_id( $widget_id ) { method parse_widget_setting_id (line 566) | public function parse_widget_setting_id( $setting_id ) { method print_styles (line 584) | public function print_styles() { method print_scripts (line 599) | public function print_scripts() { method enqueue_scripts (line 617) | public function enqueue_scripts() { method output_widget_control_templates (line 705) | public function output_widget_control_templates() { method print_footer_scripts (line 744) | public function print_footer_scripts() { method get_setting_args (line 762) | public function get_setting_args( $id, $overrides = array() ) { method sanitize_sidebar_widgets (line 804) | public function sanitize_sidebar_widgets( $widget_ids ) { method get_available_widgets (line 827) | public function get_available_widgets() { method _sort_name_callback (line 910) | protected function _sort_name_callback( $widget_a, $widget_b ) { method get_widget_control (line 923) | public function get_widget_control( $args ) { method get_widget_control_parts (line 946) | public function get_widget_control_parts( $args ) { method customize_preview_init (line 971) | public function customize_preview_init() { method refresh_nonces (line 986) | public function refresh_nonces( $nonces ) { method preview_sidebars_widgets (line 1006) | public function preview_sidebars_widgets( $sidebars_widgets ) { method customize_preview_enqueue (line 1019) | public function customize_preview_enqueue() { method print_preview_css (line 1032) | public function print_preview_css() { method export_preview_data (line 1056) | public function export_preview_data() { method tally_rendered_widgets (line 1087) | public function tally_rendered_widgets( $widget ) { method is_widget_rendered (line 1100) | public function is_widget_rendered( $widget_id ) { method is_sidebar_rendered (line 1113) | public function is_sidebar_rendered( $sidebar_id ) { method tally_sidebars_via_is_active_sidebar_calls (line 1132) | public function tally_sidebars_via_is_active_sidebar_calls( $is_active... method tally_sidebars_via_dynamic_sidebar_calls (line 1158) | public function tally_sidebars_via_dynamic_sidebar_calls( $has_widgets... method get_instance_hash_key (line 1183) | protected function get_instance_hash_key( $serialized_instance ) { method sanitize_widget_instance (line 1199) | public function sanitize_widget_instance( $value ) { method sanitize_widget_js_instance (line 1237) | public function sanitize_widget_js_instance( $value ) { method sanitize_sidebar_widgets_js_instance (line 1265) | public function sanitize_sidebar_widgets_js_instance( $widget_ids ) { method call_widget_update (line 1286) | public function call_widget_update( $widget_id ) { method wp_ajax_update_widget (line 1412) | public function wp_ajax_update_widget() { method is_option_capture_ignored (line 1494) | protected function is_option_capture_ignored( $option_name ) { method get_captured_options (line 1506) | protected function get_captured_options() { method get_captured_option (line 1520) | protected function get_captured_option( $option_name, $default = false... method count_captured_options (line 1537) | protected function count_captured_options() { method start_capturing_option_updates (line 1547) | protected function start_capturing_option_updates() { method capture_filter_pre_update_option (line 1568) | public function capture_filter_pre_update_option( $new_value, $option_... method capture_filter_pre_get_option (line 1591) | public function capture_filter_pre_get_option( $value ) { method stop_capturing_option_updates (line 1610) | protected function stop_capturing_option_updates() { method setup_widget_addition_previews (line 1629) | public function setup_widget_addition_previews() { method prepreview_added_sidebars_widgets (line 1637) | public function prepreview_added_sidebars_widgets() { method prepreview_added_widget_instance (line 1645) | public function prepreview_added_widget_instance() { method remove_prepreview_filters (line 1653) | public function remove_prepreview_filters() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-editor.php class _WP_Editors (line 11) | final class _WP_Editors { method __construct (line 30) | private function __construct() {} method parse_settings (line 65) | public static function parse_settings( $editor_id, $settings ) { method editor (line 145) | public static function editor( $content, $editor_id, $settings = array... method editor_settings (line 297) | public static function editor_settings($editor_id, $set) { method _parse_init (line 742) | private static function _parse_init($init) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-embed.php class WP_Embed (line 9) | class WP_Embed { method __construct (line 26) | public function __construct() { method run_shortcode (line 53) | public function run_shortcode( $content ) { method maybe_run_ajax_cache (line 75) | public function maybe_run_ajax_cache() { method register_handler (line 99) | public function register_handler( $id, $regex, $callback, $priority = ... method unregister_handler (line 112) | public function unregister_handler( $id, $priority = 10 ) { method shortcode (line 132) | public function shortcode( $attr, $url = '' ) { method delete_oembed_caches (line 271) | public function delete_oembed_caches( $post_ID ) { method cache_oembed (line 287) | public function cache_oembed( $post_ID ) { method autoembed (line 322) | public function autoembed( $content ) { method autoembed_callback (line 339) | public function autoembed_callback( $match ) { method maybe_make_link (line 354) | public function maybe_make_link( $url ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-error.php class WP_Error (line 21) | class WP_Error { method __construct (line 55) | public function __construct( $code = '', $message = '', $data = '' ) { method get_error_codes (line 73) | public function get_error_codes() { method get_error_code (line 88) | public function get_error_code() { method get_error_messages (line 105) | public function get_error_messages($code = '') { method get_error_message (line 132) | public function get_error_message($code = '') { method get_error_data (line 149) | public function get_error_data($code = '') { method add (line 167) | public function add($code, $message, $data = '') { method add_data (line 183) | public function add_data($data, $code = '') { method remove (line 200) | public function remove( $code ) { function is_wp_error (line 216) | function is_wp_error( $thing ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-http-cookie.php class WP_Http_Cookie (line 21) | class WP_Http_Cookie { method __construct (line 85) | public function __construct( $data, $requested_url = '' ) { method test (line 149) | public function test( $url ) { method getHeaderValue (line 193) | public function getHeaderValue() { method getFullHeader (line 216) | public function getFullHeader() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-http-curl.php class WP_Http_Curl (line 19) | class WP_Http_Curl { method request (line 76) | public function request($url, $args = array()) { method stream_headers (line 309) | private function stream_headers( $handle, $headers ) { method stream_body (line 324) | private function stream_body( $handle, $data ) { method test (line 353) | public static function test( $args = array() ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-http-encoding.php class WP_Http_Encoding (line 17) | class WP_Http_Encoding { method compress (line 33) | public static function compress( $raw, $level = 9, $supports = null ) { method decompress (line 53) | public static function decompress( $compressed, $length = null ) { method compatible_gzinflate (line 99) | public static function compatible_gzinflate($gzData) { method accept_encoding (line 141) | public static function accept_encoding( $url, $args ) { method content_encoding (line 187) | public static function content_encoding() { method should_decode (line 201) | public static function should_decode($headers) { method is_available (line 225) | public static function is_available() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-http-ixr-client.php class WP_HTTP_IXR_Client (line 9) | class WP_HTTP_IXR_Client extends IXR_Client { method __construct (line 22) | public function __construct($server, $path = false, $port = false, $ti... method query (line 52) | public function query() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-http-proxy.php class WP_HTTP_Proxy (line 42) | class WP_HTTP_Proxy { method is_enabled (line 54) | public function is_enabled() { method use_authentication (line 68) | public function use_authentication() { method host (line 79) | public function host() { method port (line 93) | public function port() { method username (line 107) | public function username() { method password (line 121) | public function password() { method authentication (line 135) | public function authentication() { method authentication_header (line 146) | public function authentication_header() { method send_through_proxy (line 165) | public function send_through_proxy( $uri ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-http-response.php class WP_HTTP_Response (line 15) | class WP_HTTP_Response { method __construct (line 54) | public function __construct( $data = null, $status = 200, $headers = a... method get_headers (line 68) | public function get_headers() { method set_headers (line 80) | public function set_headers( $headers ) { method header (line 95) | public function header( $key, $value, $replace = true ) { method get_status (line 111) | public function get_status() { method set_status (line 123) | public function set_status( $code ) { method get_data (line 135) | public function get_data() { method set_data (line 147) | public function set_data( $data ) { method jsonSerialize (line 162) | public function jsonSerialize() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-http-streams.php class WP_Http_Streams (line 16) | class WP_Http_Streams { method request (line 30) | public function request($url, $args = array()) { method verify_ssl_certificate (line 332) | public static function verify_ssl_certificate( $stream, $host ) { method test (line 389) | public static function test( $args = array() ) { class WP_HTTP_Fsockopen (line 425) | class WP_HTTP_Fsockopen extends WP_HTTP_Streams { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-image-editor-gd.php class WP_Image_Editor_GD (line 17) | class WP_Image_Editor_GD extends WP_Image_Editor { method __destruct (line 26) | public function __destruct() { method test (line 44) | public static function test( $args = array() ) { method supports_mime_type (line 70) | public static function supports_mime_type( $mime_type ) { method load (line 92) | public function load() { method update_size (line 140) | protected function update_size( $width = false, $height = false ) { method resize (line 166) | public function resize( $max_w, $max_h, $crop = false ) { method _resize (line 190) | protected function _resize( $max_w, $max_h, $crop = false ) { method multi_resize (line 231) | public function multi_resize( $sizes ) { method crop (line 286) | public function crop( $src_x, $src_y, $src_w, $src_h, $dst_w = null, $... method rotate (line 326) | public function rotate( $angle ) { method flip (line 353) | public function flip( $horz, $vert ) { method save (line 383) | public function save( $filename = null, $mime_type = null ) { method _save (line 400) | protected function _save( $image, $filename = null, $mime_type = null ) { method stream (line 456) | public function stream( $mime_type = null ) { method make_image (line 483) | protected function make_image( $filename, $function, $arguments ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-image-editor-imagick.php class WP_Image_Editor_Imagick (line 17) | class WP_Image_Editor_Imagick extends WP_Image_Editor { method __destruct (line 26) | public function __destruct() { method test (line 48) | public static function test( $args = array() ) { method supports_mime_type (line 98) | public static function supports_mime_type( $mime_type ) { method load (line 125) | public function load() { method set_quality (line 169) | public function set_quality( $quality = null ) { method update_size (line 204) | protected function update_size( $width = null, $height = null ) { method resize (line 239) | public function resize( $max_w, $max_h, $crop = false ) { method multi_resize (line 289) | public function multi_resize( $sizes ) { method crop (line 352) | public function crop( $src_x, $src_y, $src_w, $src_h, $dst_w = null, $... method rotate (line 389) | public function rotate( $angle ) { method flip (line 420) | public function flip( $horz, $vert ) { method save (line 444) | public function save( $destfilename = null, $mime_type = null ) { method _save (line 469) | protected function _save( $image, $filename = null, $mime_type = null ) { method stream (line 513) | public function stream( $mime_type = null ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-image-editor.php class WP_Image_Editor (line 14) | abstract class WP_Image_Editor { method __construct (line 25) | public function __construct( $file ) { method test (line 42) | public static function test( $args = array() ) { method supports_mime_type (line 59) | public static function supports_mime_type( $mime_type ) { method load (line 72) | abstract public function load(); method save (line 85) | abstract public function save( $destfilename = null, $mime_type = null ); method resize (line 103) | abstract public function resize( $max_w, $max_h, $crop = false ); method multi_resize (line 123) | abstract public function multi_resize( $sizes ); method crop (line 141) | abstract public function crop( $src_x, $src_y, $src_w, $src_h, $dst_w ... method rotate (line 153) | abstract public function rotate( $angle ); method flip (line 166) | abstract public function flip( $horz, $vert ); method stream (line 178) | abstract public function stream( $mime_type = null ); method get_size (line 188) | public function get_size() { method update_size (line 202) | protected function update_size( $width = null, $height = null ) { method get_quality (line 218) | public function get_quality() { method set_quality (line 235) | public function set_quality( $quality = null ) { method get_output_format (line 305) | protected function get_output_format( $filename = null, $mime_type = n... method generate_filename (line 371) | public function generate_filename( $suffix = null, $dest_path = null, ... method get_suffix (line 397) | public function get_suffix() { method make_image (line 415) | protected function make_image( $filename, $function, $arguments ) { method get_mime_type (line 456) | protected static function get_mime_type( $extension = null ) { method get_extension (line 484) | protected static function get_extension( $mime_type = null ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-meta-query.php class WP_Meta_Query (line 23) | class WP_Meta_Query { method __construct (line 137) | public function __construct( $meta_query = false ) { method sanitize_query (line 161) | public function sanitize_query( $queries ) { method is_first_order_clause (line 230) | protected function is_first_order_clause( $query ) { method parse_query_vars (line 242) | public function parse_query_vars( $qv ) { method get_cast_for_type (line 291) | public function get_cast_for_type( $type = '' ) { method get_sql (line 323) | public function get_sql( $type, $primary_table, $primary_id_column, $c... method get_sql_clauses (line 379) | protected function get_sql_clauses() { method get_sql_for_query (line 413) | protected function get_sql_for_query( &$query, $depth = 0 ) { method get_sql_for_clause (line 500) | public function get_sql_for_clause( &$clause, $parent_query, $clause_k... method get_clauses (line 663) | public function get_clauses() { method find_compatible_table_alias (line 688) | protected function find_compatible_table_alias( $clause, $parent_query... method has_or_relation (line 745) | public function has_or_relation() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-network.php class WP_Network (line 21) | class WP_Network { method get_instance (line 93) | public static function get_instance( $network_id ) { method __construct (line 127) | public function __construct( $network ) { method _set_site_name (line 142) | private function _set_site_name() { method _set_cookie_domain (line 160) | private function _set_cookie_domain() { method get_by_path (line 190) | public static function get_by_path( $domain = '', $path = '', $segment... FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-oembed-controller.php class WP_oEmbed_Controller (line 18) | final class WP_oEmbed_Controller { method register_routes (line 24) | public function register_routes() { method get_item (line 66) | public function get_item( $request ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-post.php class WP_Post (line 22) | final class WP_Post { method get_instance (line 210) | public static function get_instance( $post_id ) { method __construct (line 239) | public function __construct( $post ) { method __isset (line 250) | public function __isset( $key ) { method __get (line 272) | public function __get( $key ) { method filter (line 315) | public function filter( $filter ) { method to_array (line 330) | public function to_array() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-rewrite.php class WP_Rewrite (line 25) | class WP_Rewrite { method using_permalinks (line 379) | public function using_permalinks() { method using_index_permalinks (line 393) | public function using_index_permalinks() { method using_mod_rewrite_permalinks (line 412) | public function using_mod_rewrite_permalinks() { method preg_index (line 432) | public function preg_index($number) { method page_uri_index (line 457) | public function page_uri_index() { method page_rewrite_rules (line 499) | public function page_rewrite_rules() { method get_date_permastruct (line 526) | public function get_date_permastruct() { method get_year_permastruct (line 582) | public function get_year_permastruct() { method get_month_permastruct (line 606) | public function get_month_permastruct() { method get_day_permastruct (line 628) | public function get_day_permastruct() { method get_category_permastruct (line 645) | public function get_category_permastruct() { method get_tag_permastruct (line 662) | public function get_tag_permastruct() { method get_extra_permastruct (line 675) | public function get_extra_permastruct($name) { method get_author_permastruct (line 697) | public function get_author_permastruct() { method get_search_permastruct (line 723) | public function get_search_permastruct() { method get_page_permastruct (line 749) | public function get_page_permastruct() { method get_feed_permastruct (line 775) | public function get_feed_permastruct() { method get_comment_feed_permastruct (line 801) | public function get_comment_feed_permastruct() { method add_rewrite_tag (line 832) | public function add_rewrite_tag( $tag, $regex, $query ) { method generate_rewrite_rules (line 872) | public function generate_rewrite_rules($permalink_structure, $ep_mask ... method generate_rewrite_rule (line 1222) | public function generate_rewrite_rule($permalink_structure, $walk_dirs... method rewrite_rules (line 1244) | public function rewrite_rules() { method wp_rewrite_rules (line 1447) | public function wp_rewrite_rules() { method mod_rewrite_rules (line 1472) | public function mod_rewrite_rules() { method iis7_url_rewrite_rules (line 1557) | public function iis7_url_rewrite_rules( $add_parent_tags = false ) { method add_rule (line 1611) | public function add_rule( $regex, $query, $after = 'bottom' ) { method add_external_rule (line 1643) | public function add_external_rule( $regex, $query ) { method add_endpoint (line 1664) | public function add_endpoint( $name, $places, $query_var = true ) { method add_permastruct (line 1717) | public function add_permastruct( $name, $struct, $args = array() ) { method flush_rules (line 1758) | public function flush_rules( $hard = true ) { method init (line 1804) | public function init() { method set_permalink_structure (line 1843) | public function set_permalink_structure($permalink_structure) { method set_category_base (line 1874) | public function set_category_base($category_base) { method set_tag_base (line 1893) | public function set_tag_base( $tag_base ) { method __construct (line 1907) | public function __construct() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-role.php class WP_Role (line 15) | class WP_Role { method __construct (line 46) | public function __construct( $role, $capabilities ) { method add_cap (line 60) | public function add_cap( $cap, $grant = true ) { method remove_cap (line 78) | public function remove_cap( $cap ) { method has_cap (line 97) | public function has_cap( $cap ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-roles.php class WP_Roles (line 26) | class WP_Roles { method __construct (line 77) | public function __construct() { method __call (line 91) | public function __call( $name, $arguments ) { method _init (line 111) | protected function _init() { method reinit (line 143) | public function reinit() { method add_role (line 180) | public function add_role( $role, $display_name, $capabilities = array(... method remove_role (line 204) | public function remove_role( $role ) { method add_cap (line 229) | public function add_cap( $role, $cap, $grant = true ) { method remove_cap (line 247) | public function remove_cap( $role, $cap ) { method get_role (line 265) | public function get_role( $role ) { method get_names (line 280) | public function get_names() { method is_role (line 293) | public function is_role( $role ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-tax-query.php class WP_Tax_Query (line 22) | class WP_Tax_Query { method __construct (line 121) | public function __construct( $tax_query ) { method sanitize_query (line 143) | public function sanitize_query( $queries ) { method sanitize_relation (line 215) | public function sanitize_relation( $relation ) { method is_first_order_clause (line 240) | protected static function is_first_order_clause( $query ) { method get_sql (line 261) | public function get_sql( $primary_table, $primary_id_column ) { method get_sql_clauses (line 284) | protected function get_sql_clauses() { method get_sql_for_query (line 318) | protected function get_sql_for_query( &$query, $depth = 0 ) { method get_sql_for_clause (line 401) | public function get_sql_for_clause( &$clause, $parent_query ) { method find_compatible_table_alias (line 520) | protected function find_compatible_table_alias( $clause, $parent_query... method clean_query (line 562) | private function clean_query( &$query ) { method transform_query (line 606) | public function transform_query( &$query, $resulting_field ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-term.php class WP_Term (line 15) | final class WP_Term { method get_instance (line 125) | public static function get_instance( $term_id, $taxonomy = null ) { method __construct (line 204) | public function __construct( $term ) { method filter (line 218) | public function filter( $filter ) { method to_array (line 230) | public function to_array() { method __get (line 242) | public function __get( $key ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-theme.php class WP_Theme (line 9) | final class WP_Theme implements ArrayAccess { method __construct (line 201) | public function __construct( $theme_dir, $theme_root, $_child = null ) { method __toString (line 330) | public function __toString() { method __isset (line 341) | public function __isset( $offset ) { method __get (line 355) | public function __get( $offset ) { method offsetSet (line 397) | public function offsetSet( $offset, $value ) {} method offsetUnset (line 404) | public function offsetUnset( $offset ) {} method offsetExists (line 414) | public function offsetExists( $offset ) { method offsetGet (line 437) | public function offsetGet( $offset ) { method errors (line 490) | public function errors() { method exists (line 505) | public function exists() { method parent (line 517) | public function parent() { method cache_add (line 533) | private function cache_add( $key, $data ) { method cache_get (line 548) | private function cache_get( $key ) { method cache_delete (line 558) | public function cache_delete() { method get (line 583) | public function get( $header ) { method display (line 619) | public function display( $header, $markup = true, $translate = true ) { method sanitize_header (line 650) | private function sanitize_header( $header, $value ) { method markup_header (line 709) | private function markup_header( $header, $value, $translate ) { method translate_header (line 754) | private function translate_header( $header, $value ) { method get_stylesheet (line 801) | public function get_stylesheet() { method get_template (line 816) | public function get_template() { method get_stylesheet_directory (line 831) | public function get_stylesheet_directory() { method get_template_directory (line 849) | public function get_template_directory() { method get_stylesheet_directory_uri (line 869) | public function get_stylesheet_directory_uri() { method get_template_directory_uri (line 884) | public function get_template_directory_uri() { method get_theme_root (line 903) | public function get_theme_root() { method get_theme_root_uri (line 919) | public function get_theme_root_uri() { method get_screenshot (line 939) | public function get_screenshot( $uri = 'uri' ) { method get_files (line 974) | public function get_files( $type = null, $depth = 0, $search_parent = ... method get_page_templates (line 992) | public function get_page_templates( $post = null ) { method scandir (line 1055) | private static function scandir( $path, $extensions = null, $depth = 0... method load_textdomain (line 1099) | public function load_textdomain() { method is_allowed (line 1135) | public function is_allowed( $check = 'both', $blog_id = null ) { method get_core_default_theme (line 1161) | public static function get_core_default_theme() { method get_allowed (line 1182) | public static function get_allowed( $blog_id = null ) { method get_allowed_on_network (line 1206) | public static function get_allowed_on_network() { method get_allowed_on_site (line 1226) | public static function get_allowed_on_site( $blog_id = null ) { method sort_by_name (line 1292) | public static function sort_by_name( &$themes ) { method _name_sort (line 1313) | private static function _name_sort( $a, $b ) { method _name_sort_i18n (line 1327) | private static function _name_sort_i18n( $a, $b ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-user-query.php class WP_User_Query (line 17) | class WP_User_Query { method __construct (line 80) | public function __construct( $query = null ) { method fill_query_vars (line 96) | public static function fill_query_vars( $args ) { method prepare_query (line 200) | public function prepare_query( $query = array() ) { method query (line 520) | public function query() { method get (line 572) | public function get( $query_var ) { method set (line 588) | public function set( $query_var, $value ) { method get_search_sql (line 606) | protected function get_search_sql( $string, $cols, $wild = false ) { method get_results (line 633) | public function get_results() { method get_total (line 645) | public function get_total() { method parse_orderby (line 660) | protected function parse_orderby( $orderby ) { method parse_order (line 710) | protected function parse_order( $order ) { method __get (line 731) | public function __get( $name ) { method __set (line 747) | public function __set( $name, $value ) { method __isset (line 762) | public function __isset( $name ) { method __unset (line 776) | public function __unset( $name ) { method __call (line 792) | public function __call( $name, $arguments ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-user.php class WP_User (line 34) | class WP_User { method __construct (line 118) | public function __construct( $id = 0, $name = '', $blog_id = '' ) { method init (line 163) | public function init( $data, $blog_id = '' ) { method get_data_by (line 184) | public static function get_data_by( $field, $value ) { method __call (line 254) | public function __call( $name, $arguments ) { method __isset (line 270) | public function __isset( $key ) { method __get (line 300) | public function __get( $key ) { method __set (line 339) | public function __set( $key, $value ) { method __unset (line 363) | public function __unset( $key ) { method exists (line 391) | public function exists() { method get (line 405) | public function get( $key ) { method has_prop (line 419) | public function has_prop( $key ) { method to_array (line 430) | public function to_array() { method _init_caps (line 449) | protected function _init_caps( $cap_key = '' ) { method get_role_caps (line 478) | public function get_role_caps() { method add_role (line 506) | public function add_role( $role ) { method remove_role (line 535) | public function remove_role( $role ) { method set_role (line 566) | public function set_role( $role ) { method level_reduction (line 616) | public function level_reduction( $max, $item ) { method update_user_level_from_caps (line 637) | public function update_user_level_from_caps() { method add_cap (line 652) | public function add_cap( $cap, $grant = true ) { method remove_cap (line 667) | public function remove_cap( $cap ) { method remove_all_caps (line 685) | public function remove_all_caps() { method has_cap (line 713) | public function has_cap( $cap ) { method translate_level_to_cap (line 766) | public function translate_level_to_cap( $level ) { method for_blog (line 779) | public function for_blog( $blog_id = '' ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-walker.php class Walker (line 14) | class Walker { method start_lvl (line 63) | public function start_lvl( &$output, $depth = 0, $args = array() ) {} method end_lvl (line 78) | public function end_lvl( &$output, $depth = 0, $args = array() ) {} method start_el (line 95) | public function start_el( &$output, $object, $depth = 0, $args = array... method end_el (line 110) | public function end_el( &$output, $object, $depth = 0, $args = array()... method display_element (line 131) | public function display_element( $element, &$children_elements, $max_d... method walk (line 190) | public function walk( $elements, $max_depth ) { method paged_walk (line 278) | public function paged_walk( $elements, $max_depth, $page_num, $per_pag... method get_number_of_root_elements (line 393) | public function get_number_of_root_elements( $elements ){ method unset_children (line 410) | public function unset_children( $e, &$children_elements ){ FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-widget-factory.php class WP_Widget_Factory (line 16) | class WP_Widget_Factory { method __construct (line 22) | public function __construct() { method WP_Widget_Factory (line 29) | public function WP_Widget_Factory() { method register (line 42) | public function register( $widget_class ) { method unregister (line 54) | public function unregister( $widget_class ) { method _register_widgets (line 66) | public function _register_widgets() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-widget.php class WP_Widget (line 19) | class WP_Widget { method widget (line 101) | public function widget( $args, $instance ) { method update (line 120) | public function update( $new_instance, $old_instance ) { method form (line 133) | public function form( $instance ) { method __construct (line 154) | public function __construct( $id_base, $name, $widget_options = array(... method WP_Widget (line 170) | public function WP_Widget( $id_base, $name, $widget_options = array(),... method get_field_name (line 186) | public function get_field_name($field_name) { method get_field_id (line 207) | public function get_field_id( $field_name ) { method _register (line 217) | public function _register() { method _set (line 252) | public function _set($number) { method _get_display_callback (line 260) | public function _get_display_callback() { method _get_update_callback (line 266) | public function _get_update_callback() { method _get_form_callback (line 272) | public function _get_form_callback() { method is_preview (line 291) | public function is_preview() { method display_callback (line 313) | public function display_callback( $args, $widget_args = 1 ) { method update_callback (line 365) | public function update_callback( $deprecated = 1 ) { method form_callback (line 449) | public function form_callback( $widget_args = 1 ) { method _register_one (line 511) | public function _register_one( $number = -1 ) { method save_settings (line 525) | public function save_settings( $settings ) { method get_settings (line 538) | public function get_settings() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp-xmlrpc-server.php class wp_xmlrpc_server (line 23) | class wp_xmlrpc_server extends IXR_Server { method __construct (line 65) | public function __construct() { method __call (line 183) | public function __call( $name, $arguments ) { method serve_request (line 193) | public function serve_request() { method sayHello (line 204) | public function sayHello() { method addTwoNumbers (line 221) | public function addTwoNumbers( $args ) { method login (line 236) | public function login( $username, $password ) { method login_pass_ok (line 301) | public function login_pass_ok( $username, $password ) { method escape (line 314) | public function escape( &$data ) { method get_custom_fields (line 334) | public function get_custom_fields($post_id) { method set_custom_fields (line 362) | public function set_custom_fields($post_id, $fields) { method initialise_blog_option_info (line 394) | public function initialise_blog_option_info() { method wp_getUsersBlogs (line 577) | public function wp_getUsersBlogs( $args ) { method minimum_args (line 650) | protected function minimum_args( $args, $count ) { method _prepare_taxonomy (line 668) | protected function _prepare_taxonomy( $taxonomy, $fields ) { method _prepare_term (line 710) | protected function _prepare_term( $term ) { method _convert_date (line 743) | protected function _convert_date( $date ) { method _convert_date_gmt (line 759) | protected function _convert_date_gmt( $date_gmt, $date ) { method _prepare_post (line 775) | protected function _prepare_post( $post, $fields ) { method _prepare_post_type (line 874) | protected function _prepare_post_type( $post_type, $fields ) { method _prepare_media_item (line 924) | protected function _prepare_media_item( $media_item, $thumbnail_size =... method _prepare_page (line 963) | protected function _prepare_page( $page ) { method _prepare_comment (line 1044) | protected function _prepare_comment( $comment ) { method _prepare_user (line 1094) | protected function _prepare_user( $user, $fields ) { method wp_newPost (line 1181) | public function wp_newPost( $args ) { method _is_greater_than_one (line 1224) | private function _is_greater_than_one( $count ) { method _toggle_sticky (line 1239) | private function _toggle_sticky( $post_data, $update = false ) { method _insert_post (line 1278) | protected function _insert_post( $user, $content_struct ) { method wp_editPost (line 1525) | public function wp_editPost( $args ) { method wp_deletePost (line 1593) | public function wp_deletePost( $args ) { method wp_getPost (line 1676) | public function wp_getPost( $args ) { method wp_getPosts (line 1739) | public function wp_getPosts( $args ) { method wp_newTerm (line 1834) | public function wp_newTerm( $args ) { method wp_editTerm (line 1920) | public function wp_editTerm( $args ) { method wp_deleteTerm (line 2016) | public function wp_deleteTerm( $args ) { method wp_getTerm (line 2087) | public function wp_getTerm( $args ) { method wp_getTerms (line 2145) | public function wp_getTerms( $args ) { method wp_getTaxonomy (line 2227) | public function wp_getTaxonomy( $args ) { method wp_getTaxonomies (line 2287) | public function wp_getTaxonomies( $args ) { method wp_getUser (line 2362) | public function wp_getUser( $args ) { method wp_getUsers (line 2427) | public function wp_getUsers( $args ) { method wp_getProfile (line 2501) | public function wp_getProfile( $args ) { method wp_editProfile (line 2553) | public function wp_editProfile( $args ) { method wp_getPage (line 2624) | public function wp_getPage( $args ) { method wp_getPages (line 2670) | public function wp_getPages( $args ) { method wp_newPage (line 2721) | public function wp_newPage( $args ) { method wp_deletePage (line 2754) | public function wp_deletePage( $args ) { method wp_editPage (line 2812) | public function wp_editPage( $args ) { method wp_getPageList (line 2871) | public function wp_getPageList( $args ) { method wp_getAuthors (line 2929) | public function wp_getAuthors( $args ) { method wp_getTags (line 2970) | public function wp_getTags( $args ) { method wp_newCategory (line 3019) | public function wp_newCategory( $args ) { method wp_deleteCategory (line 3095) | public function wp_deleteCategory( $args ) { method wp_suggestCategories (line 3144) | public function wp_suggestCategories( $args ) { method wp_getComment (line 3188) | public function wp_getComment($args) { method wp_getComments (line 3239) | public function wp_getComments( $args ) { method wp_deleteComment (line 3324) | public function wp_deleteComment( $args ) { method wp_editComment (line 3390) | public function wp_editComment( $args ) { method wp_newComment (line 3481) | public function wp_newComment($args) { method wp_getCommentStatusList (line 3600) | public function wp_getCommentStatusList( $args ) { method wp_getCommentCount (line 3635) | public function wp_getCommentCount( $args ) { method wp_getPostStatusList (line 3682) | public function wp_getPostStatusList( $args ) { method wp_getPageStatusList (line 3714) | public function wp_getPageStatusList( $args ) { method wp_getPageTemplates (line 3746) | public function wp_getPageTemplates( $args ) { method wp_getOptions (line 3779) | public function wp_getOptions( $args ) { method _getOptions (line 3804) | public function _getOptions($options) { method wp_setOptions (line 3839) | public function wp_setOptions( $args ) { method wp_getMediaItem (line 3891) | public function wp_getMediaItem( $args ) { method wp_getMediaLibrary (line 3939) | public function wp_getMediaLibrary($args) { method wp_getPostFormats (line 3984) | public function wp_getPostFormats( $args ) { method wp_getPostType (line 4046) | public function wp_getPostType( $args ) { method wp_getPostTypes (line 4105) | public function wp_getPostTypes( $args ) { method wp_getRevisions (line 4164) | public function wp_getRevisions( $args ) { method wp_restoreRevision (line 4242) | public function wp_restoreRevision( $args ) { method blogger_getUsersBlogs (line 4299) | public function blogger_getUsersBlogs($args) { method _multisite_getUsersBlogs (line 4334) | protected function _multisite_getUsersBlogs($args) { method blogger_getUserInfo (line 4374) | public function blogger_getUserInfo( $args ) { method blogger_getPost (line 4415) | public function blogger_getPost( $args ) { method blogger_getRecentPosts (line 4467) | public function blogger_getRecentPosts( $args ) { method blogger_getTemplate (line 4525) | public function blogger_getTemplate($args) { method blogger_setTemplate (line 4536) | public function blogger_setTemplate($args) { method blogger_newPost (line 4557) | public function blogger_newPost( $args ) { method blogger_editPost (line 4627) | public function blogger_editPost( $args ) { method blogger_deletePost (line 4703) | public function blogger_deletePost( $args ) { method mw_newPost (line 4787) | public function mw_newPost($args) { method add_enclosure_if_new (line 5071) | public function add_enclosure_if_new( $post_ID, $enclosure ) { method attach_uploads (line 5099) | public function attach_uploads( $post_ID, $post_content ) { method mw_editPost (line 5128) | public function mw_editPost( $args ) { method mw_getPost (line 5429) | public function mw_getPost( $args ) { method mw_getRecentPosts (line 5560) | public function mw_getRecentPosts( $args ) { method mw_getCategories (line 5677) | public function mw_getCategories( $args ) { method mw_newMediaObject (line 5733) | public function mw_newMediaObject( $args ) { method mt_getRecentPostTitles (line 5839) | public function mt_getRecentPostTitles( $args ) { method mt_getCategoryList (line 5898) | public function mt_getCategoryList( $args ) { method mt_getPostCategories (line 5942) | public function mt_getPostCategories( $args ) { method mt_setPostCategories (line 5992) | public function mt_setPostCategories( $args ) { method mt_supportedMethods (line 6029) | public function mt_supportedMethods() { method mt_supportedTextFilters (line 6041) | public function mt_supportedTextFilters() { method mt_getTrackbackPings (line 6065) | public function mt_getTrackbackPings( $post_ID ) { method mt_publishPost (line 6111) | public function mt_publishPost( $args ) { method pingback_ping (line 6161) | public function pingback_ping( $args ) { method pingback_extensions_getPingbacks (line 6366) | public function pingback_extensions_getPingbacks( $url ) { method pingback_error (line 6406) | protected function pingback_error( $code, $message ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class-wp.php class WP (line 8) | class WP { method add_query_var (line 93) | public function add_query_var($qv) { method set_query_var (line 106) | public function set_query_var($key, $value) { method parse_request (line 122) | public function parse_request($extra_query_vars = '') { method send_headers (line 374) | public function send_headers() { method build_query_string (line 496) | public function build_query_string() { method register_globals (line 539) | public function register_globals() { method init (line 566) | public function init() { method query_posts (line 577) | public function query_posts() { method handle_404 (line 600) | public function handle_404() { method main (line 677) | public function main($query_args = '') { class WP_MatchesMapRegex (line 701) | class WP_MatchesMapRegex { method __construct (line 739) | public function __construct($subject, $matches) { method apply (line 757) | public static function apply($subject, $matches) { method _map (line 768) | private function _map() { method callback (line 780) | public function callback($matches) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class.wp-dependencies.php class WP_Dependencies (line 13) | class WP_Dependencies { method do_items (line 91) | public function do_items( $handles = false, $group = false ) { method do_item (line 141) | public function do_item( $handle ) { method all_deps (line 159) | public function all_deps( $handles, $recursion = false, $group = false... method add (line 218) | public function add( $handle, $src, $deps = array(), $ver = false, $ar... method add_data (line 238) | public function add_data( $handle, $key, $value ) { method get_data (line 257) | public function get_data( $handle, $key ) { method remove (line 276) | public function remove( $handles ) { method enqueue (line 294) | public function enqueue( $handles ) { method dequeue (line 316) | public function dequeue( $handles ) { method recurse_deps (line 336) | protected function recurse_deps( $queue, $handle ) { method query (line 362) | public function query( $handle, $list = 'registered' ) { method set_group (line 399) | public function set_group( $handle, $recursion, $group ) { class _WP_Dependency (line 424) | class _WP_Dependency { method __construct (line 486) | public function __construct() { method add_data (line 502) | public function add_data( $name, $data ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class.wp-scripts.php class WP_Scripts (line 19) | class WP_Scripts extends WP_Dependencies { method __construct (line 33) | public function __construct() { method init (line 41) | public function init() { method print_scripts (line 63) | public function print_scripts( $handles = false, $group = false ) { method print_scripts_l10n (line 75) | public function print_scripts_l10n( $handle, $echo = true ) { method print_extra_script (line 85) | public function print_extra_script( $handle, $echo = true ) { method do_item (line 106) | public function do_item( $handle, $group = false ) { method localize (line 214) | public function localize( $handle, $object_name, $l10n ) { method set_group (line 249) | public function set_group( $handle, $recursion, $group = false ) { method all_deps (line 267) | public function all_deps( $handles, $recursion = false, $group = false... method do_head_items (line 285) | public function do_head_items() { method do_footer_items (line 293) | public function do_footer_items() { method in_default_dir (line 302) | public function in_default_dir( $src ) { method reset (line 322) | public function reset() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/class.wp-styles.php class WP_Styles (line 19) | class WP_Styles extends WP_Dependencies { method __construct (line 31) | public function __construct() { method do_item (line 46) | public function do_item( $handle ) { method add_inline_style (line 139) | public function add_inline_style( $handle, $code ) { method print_inline_style (line 159) | public function print_inline_style( $handle, $echo = true ) { method all_deps (line 183) | public function all_deps( $handles, $recursion = false, $group = false... method _css_href (line 204) | public function _css_href( $src, $ver, $handle ) { method in_default_dir (line 228) | public function in_default_dir($src) { method do_footer_items (line 242) | public function do_footer_items() { // HTML 5 allows styles in the bod... method reset (line 250) | public function reset() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/comment-template.php function get_comment_author (line 24) | function get_comment_author( $comment_ID = 0 ) { function comment_author (line 58) | function comment_author( $comment_ID = 0 ) { function get_comment_author_email (line 84) | function get_comment_author_email( $comment_ID = 0 ) { function comment_author_email (line 115) | function comment_author_email( $comment_ID = 0 ) { function comment_author_email_link (line 147) | function comment_author_email_link( $linktext = '', $before = '', $after... function get_comment_author_email_link (line 169) | function get_comment_author_email_link( $linktext = '', $before = '', $a... function get_comment_author_link (line 208) | function get_comment_author_link( $comment_ID = 0 ) { function comment_author_link (line 241) | function comment_author_link( $comment_ID = 0 ) { function get_comment_author_IP (line 255) | function get_comment_author_IP( $comment_ID = 0 ) { function comment_author_IP (line 280) | function comment_author_IP( $comment_ID = 0 ) { function get_comment_author_url (line 294) | function get_comment_author_url( $comment_ID = 0 ) { function comment_author_url (line 321) | function comment_author_url( $comment_ID = 0 ) { function get_comment_author_url_link (line 357) | function get_comment_author_url_link( $linktext = '', $before = '', $aft... function comment_author_url_link (line 391) | function comment_author_url_link( $linktext = '', $before = '', $after =... function comment_class (line 409) | function comment_class( $class = '', $comment = null, $post_id = null, $... function get_comment_class (line 433) | function get_comment_class( $class = '', $comment_id = null, $post_id = ... function get_comment_date (line 520) | function get_comment_date( $d = '', $comment_ID = 0 ) { function comment_date (line 548) | function comment_date( $d = '', $comment_ID = 0 ) { function get_comment_excerpt (line 566) | function get_comment_excerpt( $comment_ID = 0 ) { function comment_excerpt (line 611) | function comment_excerpt( $comment_ID = 0 ) { function get_comment_ID (line 634) | function get_comment_ID() { function comment_ID (line 654) | function comment_ID() { function get_comment_link (line 682) | function get_comment_link( $comment = null, $args = array() ) { function get_comments_link (line 782) | function get_comments_link( $post_id = 0 ) { function comments_link (line 805) | function comments_link( $deprecated = '', $deprecated_2 = '' ) { function get_comments_number (line 821) | function get_comments_number( $post_id = 0 ) { function comments_number (line 852) | function comments_number( $zero = false, $one = false, $more = false, $d... function get_comments_number_text (line 868) | function get_comments_number_text( $zero = false, $one = false, $more = ... function get_comment_text (line 911) | function get_comment_text( $comment_ID = 0, $args = array() ) { function comment_text (line 940) | function comment_text( $comment_ID = 0, $args = array() ) { function get_comment_time (line 969) | function get_comment_time( $d = '', $gmt = false, $translate = true ) { function comment_time (line 999) | function comment_time( $d = '' ) { function get_comment_type (line 1013) | function get_comment_type( $comment_ID = 0 ) { function comment_type (line 1040) | function comment_type( $commenttxt = false, $trackbacktxt = false, $ping... function get_trackback_url (line 1068) | function get_trackback_url() { function trackback_url (line 1093) | function trackback_url( $deprecated_echo = true ) { function trackback_rdf (line 1119) | function trackback_rdf( $deprecated = '' ) { function comments_open (line 1150) | function comments_open( $post_id = null ) { function pings_open (line 1175) | function pings_open( $post_id = null ) { function wp_comment_form_unfiltered_html_nonce (line 1206) | function wp_comment_form_unfiltered_html_nonce() { function comments_template (line 1250) | function comments_template( $file = '/comments.php', $separate_comments ... function comments_popup_script (line 1432) | function comments_popup_script( $width = 400, $height = 400, $file = '' ) { function comments_popup_link (line 1466) | function comments_popup_link( $zero = false, $one = false, $more = false... function get_comment_reply_link (line 1577) | function get_comment_reply_link( $args = array(), $comment = null, $post... function comment_reply_link (line 1663) | function comment_reply_link($args = array(), $comment = null, $post = nu... function get_post_reply_link (line 1690) | function get_post_reply_link($args = array(), $post = null) { function post_reply_link (line 1749) | function post_reply_link($args = array(), $post = null) { function get_cancel_comment_reply_link (line 1761) | function get_cancel_comment_reply_link( $text = '' ) { function cancel_comment_reply_link (line 1789) | function cancel_comment_reply_link( $text = '' ) { function get_comment_id_fields (line 1801) | function get_comment_id_fields( $id = 0 ) { function comment_id_fields (line 1828) | function comment_id_fields( $id = 0 ) { function comment_form_title (line 1847) | function comment_form_title( $noreplytext = false, $replytext = false, $... function wp_list_comments (line 1902) | function wp_list_comments( $args = array(), $comments = null ) { function comment_form (line 2130) | function comment_form( $args = array(), $post_id = null ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/comment.php function check_comment (line 39) | function check_comment($author, $email, $url, $comment, $user_ip, $user_... function get_approved_comments (line 139) | function get_approved_comments( $post_id, $args = array() ) { function get_comment (line 170) | function get_comment( &$comment = null, $output = OBJECT ) { function get_comments (line 217) | function get_comments( $args = '' ) { function get_comment_statuses (line 232) | function get_comment_statuses() { function get_default_comment_status (line 255) | function get_default_comment_status( $post_type = 'post', $comment_type ... function get_lastcommentmodified (line 301) | function get_lastcommentmodified($timezone = 'server') { function get_comment_count (line 341) | function get_comment_count( $post_id = 0 ) { function add_comment_meta (line 414) | function add_comment_meta($comment_id, $meta_key, $meta_value, $unique =... function delete_comment_meta (line 433) | function delete_comment_meta($comment_id, $meta_key, $meta_value = '') { function get_comment_meta (line 449) | function get_comment_meta($comment_id, $key = '', $single = false) { function update_comment_meta (line 470) | function update_comment_meta($comment_id, $meta_key, $meta_value, $prev_... function wp_set_comment_cookies (line 483) | function wp_set_comment_cookies($comment, $user) { function sanitize_comment_cookies (line 509) | function sanitize_comment_cookies() { function wp_allow_comment (line 571) | function wp_allow_comment( $commentdata ) { function check_comment_flood_db (line 705) | function check_comment_flood_db( $ip, $email, $date ) { function separate_comments (line 768) | function separate_comments(&$comments) { function get_comment_pages_count (line 797) | function get_comment_pages_count( $comments = null, $per_page = null, $t... function get_page_of_comment (line 853) | function get_page_of_comment( $comment_ID, $args = array() ) { function wp_blacklist_check (line 966) | function wp_blacklist_check($author, $email, $url, $comment, $user_ip, $... function wp_count_comments (line 1026) | function wp_count_comments( $post_id = 0 ) { function wp_delete_comment (line 1074) | function wp_delete_comment($comment_id, $force_delete = false) { function wp_trash_comment (line 1138) | function wp_trash_comment($comment_id) { function wp_untrash_comment (line 1182) | function wp_untrash_comment($comment_id) { function wp_spam_comment (line 1226) | function wp_spam_comment( $comment_id ) { function wp_unspam_comment (line 1268) | function wp_unspam_comment( $comment_id ) { function wp_get_comment_status (line 1312) | function wp_get_comment_status($comment_id) { function wp_transition_comment_status (line 1353) | function wp_transition_comment_status($new_status, $old_status, $comment) { function wp_get_current_commenter (line 1421) | function wp_get_current_commenter() { function wp_insert_comment (line 1487) | function wp_insert_comment( $commentdata ) { function wp_filter_comment (line 1555) | function wp_filter_comment($commentdata) { function wp_throttle_comment_flood (line 1617) | function wp_throttle_comment_flood($block, $time_lastcomment, $time_newc... function wp_new_comment (line 1664) | function wp_new_comment( $commentdata ) { function wp_new_comment_notify_moderator (line 1756) | function wp_new_comment_notify_moderator( $comment_ID ) { function wp_new_comment_notify_postauthor (line 1783) | function wp_new_comment_notify_postauthor( $comment_ID ) { function wp_set_comment_status (line 1830) | function wp_set_comment_status($comment_id, $comment_status, $wp_error =... function wp_update_comment (line 1897) | function wp_update_comment($commentarr) { function wp_defer_comment_counting (line 1980) | function wp_defer_comment_counting($defer=null) { function wp_update_comment_count (line 2013) | function wp_update_comment_count($post_id, $do_deferred=false) { function wp_update_comment_count_now (line 2044) | function wp_update_comment_count_now($post_id) { function discover_pingback_server_uri (line 2095) | function discover_pingback_server_uri( $url, $deprecated = '' ) { function do_all_pings (line 2160) | function do_all_pings() { function do_trackbacks (line 2194) | function do_trackbacks($post_id) { function generic_ping (line 2241) | function generic_ping( $post_id = 0 ) { function pingback (line 2264) | function pingback($content, $post_ID) { function privacy_ping_filter (line 2352) | function privacy_ping_filter($sites) { function trackback (line 2374) | function trackback($trackback_url, $title, $excerpt, $ID) { function weblog_ping (line 2408) | function weblog_ping($server = '', $path = '') { function pingback_ping_source_uri (line 2434) | function pingback_ping_source_uri( $source_uri ) { function xmlrpc_pingback_error (line 2450) | function xmlrpc_pingback_error( $ixr_error ) { function clean_comment_cache (line 2467) | function clean_comment_cache($ids) { function update_comment_cache (line 2488) | function update_comment_cache( $comments, $update_meta_cache = true ) { function _prime_comment_caches (line 2514) | function _prime_comment_caches( $comment_ids, $update_meta_cache = true ) { function _close_comments_for_old_posts (line 2539) | function _close_comments_for_old_posts( $posts, $query ) { function _close_comments_for_old_post (line 2576) | function _close_comments_for_old_post( $open, $post_id ) { function wp_handle_comment_submission (line 2626) | function wp_handle_comment_submission( $comment_data ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/compat.php function _ (line 11) | function _($string) { function _wp_can_use_pcre_u (line 30) | function _wp_can_use_pcre_u( $set = null ) { function mb_substr (line 45) | function mb_substr( $str, $start, $length = null, $encoding = null ) { function _mb_substr (line 55) | function _mb_substr( $str, $start, $length = null, $encoding = null ) { function mb_strlen (line 100) | function mb_strlen( $str, $encoding = null ) { function _mb_strlen (line 110) | function _mb_strlen( $str, $encoding = null ) { function hash_hmac (line 156) | function hash_hmac($algo, $data, $key, $raw_output = false) { function _hash_hmac (line 161) | function _hash_hmac($algo, $data, $key, $raw_output = false) { function json_encode (line 185) | function json_encode( $string ) { function json_decode (line 204) | function json_decode( $string, $assoc_array = false ) { function _json_decode_object_helper (line 222) | function _json_decode_object_helper($data) { function hash_equals (line 242) | function hash_equals( $a, $b ) { function json_last_error_msg (line 275) | function json_last_error_msg() { type JsonSerializable (line 331) | interface JsonSerializable { method jsonSerialize (line 332) | public function jsonSerialize(); FILE: Docker/security/apparmor/wordpress/html/wp-includes/cron.php function wp_schedule_single_event (line 23) | function wp_schedule_single_event( $timestamp, $hook, $args = array()) { function wp_schedule_event (line 77) | function wp_schedule_event( $timestamp, $recurrence, $hook, $args = arra... function wp_reschedule_event (line 115) | function wp_reschedule_event( $timestamp, $recurrence, $hook, $args = ar... function wp_unschedule_event (line 166) | function wp_unschedule_event( $timestamp, $hook, $args = array() ) { function wp_clear_scheduled_hook (line 190) | function wp_clear_scheduled_hook( $hook, $args = array() ) { function wp_next_scheduled (line 222) | function wp_next_scheduled( $hook, $args = array() ) { function spawn_cron (line 239) | function spawn_cron( $gmt_time = 0 ) { function wp_cron (line 333) | function wp_cron() { function wp_get_schedules (line 388) | function wp_get_schedules() { function wp_get_schedule (line 413) | function wp_get_schedule($hook, $args = array()) { function _get_cron_array (line 437) | function _get_cron_array() { function _set_cron_array (line 458) | function _set_cron_array($cron) { function _upgrade_cron_array (line 474) | function _upgrade_cron_array($cron) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-background-image-control.php class WP_Customize_Background_Image_Control (line 17) | class WP_Customize_Background_Image_Control extends WP_Customize_Image_C... method __construct (line 28) | public function __construct( $manager ) { method enqueue (line 40) | public function enqueue() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-background-image-setting.php class WP_Customize_Background_Image_Setting (line 17) | final class WP_Customize_Background_Image_Setting extends WP_Customize_S... method update (line 25) | public function update( $value ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-color-control.php class WP_Customize_Color_Control (line 17) | class WP_Customize_Color_Control extends WP_Customize_Control { method __construct (line 40) | public function __construct( $manager, $id, $args = array() ) { method enqueue (line 50) | public function enqueue() { method to_json (line 61) | public function to_json() { method render_content (line 72) | public function render_content() {} method content_template (line 79) | public function content_template() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-cropped-image-control.php class WP_Customize_Cropped_Image_Control (line 17) | class WP_Customize_Cropped_Image_Control extends WP_Customize_Image_Cont... method enqueue (line 70) | public function enqueue() { method to_json (line 84) | public function to_json() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-filter-setting.php class WP_Customize_Filter_Setting (line 19) | class WP_Customize_Filter_Setting extends WP_Customize_Setting { method update (line 24) | public function update( $value ) {} FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-header-image-control.php class WP_Customize_Header_Image_Control (line 17) | class WP_Customize_Header_Image_Control extends WP_Customize_Image_Contr... method __construct (line 29) | public function __construct( $manager ) { method enqueue (line 46) | public function enqueue() { method prepare_control (line 75) | public function prepare_control() { method print_header_image_template (line 90) | public function print_header_image_template() { method get_current_image_src (line 158) | public function get_current_image_src() { method render_content (line 169) | public function render_content() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-header-image-setting.php class WP_Customize_Header_Image_Setting (line 19) | final class WP_Customize_Header_Image_Setting extends WP_Customize_Setti... method update (line 29) | public function update( $value ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-image-control.php class WP_Customize_Image_Control (line 17) | class WP_Customize_Image_Control extends WP_Customize_Upload_Control { method __construct (line 31) | public function __construct( $manager, $id, $args = array() ) { method prepare_control (line 49) | public function prepare_control() {} method add_tab (line 59) | public function add_tab( $id, $label, $callback ) {} method remove_tab (line 67) | public function remove_tab( $id ) {} method print_tab_image (line 76) | public function print_tab_image( $url, $thumbnail_url = null ) {} FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-media-control.php class WP_Customize_Media_Control (line 17) | class WP_Customize_Media_Control extends WP_Customize_Control { method __construct (line 55) | public function __construct( $manager, $id, $args = array() ) { method enqueue (line 75) | public function enqueue() { method to_json (line 87) | public function to_json() { method render_content (line 135) | public function render_content() {} method content_template (line 143) | public function content_template() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php class WP_Customize_Nav_Menu_Auto_Add_Control (line 17) | class WP_Customize_Nav_Menu_Auto_Add_Control extends WP_Customize_Control { method render_content (line 34) | protected function render_content() {} method content_template (line 42) | protected function content_template() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-nav-menu-control.php class WP_Customize_Nav_Menu_Control (line 15) | class WP_Customize_Nav_Menu_Control extends WP_Customize_Control { method render_content (line 41) | public function render_content() {} method content_template (line 49) | public function content_template() { method json (line 96) | public function json() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-nav-menu-item-control.php class WP_Customize_Nav_Menu_Item_Control (line 15) | class WP_Customize_Nav_Menu_Item_Control extends WP_Customize_Control { method __construct (line 47) | public function __construct( $manager, $id, $args = array() ) { method render_content (line 57) | public function render_content() {} method content_template (line 65) | public function content_template() { method json (line 159) | public function json() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php class WP_Customize_Nav_Menu_Item_Setting (line 20) | class WP_Customize_Nav_Menu_Item_Setting extends WP_Customize_Setting { method __construct (line 173) | public function __construct( WP_Customize_Manager $manager, $id, array... method flush_cached_value (line 206) | public function flush_cached_value( $menu_id, $menu_item_id ) { method value (line 223) | public function value() { method populate_value (line 269) | protected function populate_value() { method preview (line 376) | public function preview() { method filter_wp_get_nav_menu_items (line 418) | public function filter_wp_get_nav_menu_items( $items, $menu, $args ) { method sort_wp_get_nav_menu_items (line 493) | public static function sort_wp_get_nav_menu_items( $items, $menu, $arg... method value_as_wp_post_nav_menu_item (line 523) | public function value_as_wp_post_nav_menu_item() { method sanitize (line 588) | public function sanitize( $menu_item_value ) { method update (line 675) | protected function update( $value ) { method amend_customize_save_response (line 808) | public function amend_customize_save_response( $data ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-nav-menu-location-control.php class WP_Customize_Nav_Menu_Location_Control (line 19) | class WP_Customize_Nav_Menu_Location_Control extends WP_Customize_Control { method to_json (line 47) | public function to_json() { method render_content (line 58) | public function render_content() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-nav-menu-name-control.php class WP_Customize_Nav_Menu_Name_Control (line 17) | class WP_Customize_Nav_Menu_Name_Control extends WP_Customize_Control { method render_content (line 34) | protected function render_content() {} method content_template (line 42) | protected function content_template() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-nav-menu-section.php class WP_Customize_Nav_Menu_Section (line 19) | class WP_Customize_Nav_Menu_Section extends WP_Customize_Section { method json (line 37) | public function json() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-nav-menu-setting.php class WP_Customize_Nav_Menu_Setting (line 21) | class WP_Customize_Nav_Menu_Setting extends WP_Customize_Setting { method __construct (line 142) | public function __construct( WP_Customize_Manager $manager, $id, array... method value (line 166) | public function value() { method preview (line 213) | public function preview() { method filter_wp_get_nav_menus (line 249) | public function filter_wp_get_nav_menus( $menus, $args ) { method _sort_menus_by_orderby (line 321) | protected function _sort_menus_by_orderby( $menu1, $menu2 ) { method filter_wp_get_nav_menu_object (line 340) | public function filter_wp_get_nav_menu_object( $menu_obj, $menu_id ) { method filter_nav_menu_options (line 386) | public function filter_nav_menu_options( $nav_menu_options ) { method sanitize (line 414) | public function sanitize( $value ) { method update (line 483) | protected function update( $value ) { method filter_nav_menu_options_value (line 601) | protected function filter_nav_menu_options_value( $nav_menu_options, $... method amend_customize_save_response (line 628) | public function amend_customize_save_response( $data ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-nav-menus-panel.php class WP_Customize_Nav_Menus_Panel (line 19) | class WP_Customize_Nav_Menus_Panel extends WP_Customize_Panel { method render_screen_options (line 36) | public function render_screen_options() { method wp_nav_menu_manage_columns (line 55) | public function wp_nav_menu_manage_columns() { method content_template (line 78) | protected function content_template() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-new-menu-control.php class WP_Customize_New_Menu_Control (line 17) | class WP_Customize_New_Menu_Control extends WP_Customize_Control { method render_content (line 34) | public function render_content() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-new-menu-section.php class WP_Customize_New_Menu_Section (line 19) | class WP_Customize_New_Menu_Section extends WP_Customize_Section { method render (line 36) | protected function render() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-sidebar-section.php class WP_Customize_Sidebar_Section (line 17) | class WP_Customize_Sidebar_Section extends WP_Customize_Section { method json (line 44) | public function json() { method active_callback (line 58) | public function active_callback() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-site-icon-control.php class WP_Customize_Site_Icon_Control (line 19) | class WP_Customize_Site_Icon_Control extends WP_Customize_Cropped_Image_... method __construct (line 40) | public function __construct( $manager, $id, $args = array() ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-theme-control.php class WP_Customize_Theme_Control (line 17) | class WP_Customize_Theme_Control extends WP_Customize_Control { method to_json (line 45) | public function to_json() { method render_content (line 56) | public function render_content() {} method content_template (line 64) | public function content_template() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-themes-section.php class WP_Customize_Themes_Section (line 19) | class WP_Customize_Themes_Section extends WP_Customize_Section { method render (line 36) | protected function render() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-customize-upload-control.php class WP_Customize_Upload_Control (line 17) | class WP_Customize_Upload_Control extends WP_Customize_Media_Control { method to_json (line 32) | public function to_json() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-widget-area-customize-control.php class WP_Widget_Area_Customize_Control (line 17) | class WP_Widget_Area_Customize_Control extends WP_Customize_Control { method to_json (line 43) | public function to_json() { method render_content (line 57) | public function render_content() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/customize/class-wp-widget-form-customize-control.php class WP_Widget_Form_Customize_Control (line 17) | class WP_Widget_Form_Customize_Control extends WP_Customize_Control { method to_json (line 32) | public function to_json() { method render_content (line 64) | public function render_content() {} method active_callback (line 74) | public function active_callback() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/date.php class WP_Date_Query (line 17) | class WP_Date_Query { method __construct (line 153) | public function __construct( $date_query, $default_column = 'post_date... method sanitize_query (line 202) | public function sanitize_query( $queries, $parent_query = null ) { method is_first_order_clause (line 258) | protected function is_first_order_clause( $query ) { method get_compare (line 272) | public function get_compare( $query ) { method validate_date_values (line 292) | public function validate_date_values( $date_query = array() ) { method validate_column (line 488) | public function validate_column( $column ) { method get_sql (line 552) | public function get_sql() { method get_sql_clauses (line 584) | protected function get_sql_clauses() { method get_sql_for_query (line 613) | protected function get_sql_for_query( $query, $depth = 0 ) { method get_sql_for_subquery (line 696) | protected function get_sql_for_subquery( $query ) { method get_sql_for_clause (line 715) | protected function get_sql_for_clause( $query, $parent_query ) { method build_value (line 805) | public function build_value( $compare, $value ) { method build_mysql_datetime (line 868) | public function build_mysql_datetime( $datetime, $default_to_max = fal... method build_time_query (line 956) | public function build_time_query( $column, $compare, $hour = null, $mi... FILE: Docker/security/apparmor/wordpress/html/wp-includes/default-constants.php function wp_initial_constants (line 17) | function wp_initial_constants() { function wp_plugin_directory_constants (line 133) | function wp_plugin_directory_constants() { function wp_cookie_constants (line 194) | function wp_cookie_constants() { function wp_ssl_constants (line 280) | function wp_ssl_constants() { function wp_functionality_constants (line 307) | function wp_functionality_constants() { function wp_templating_constants (line 335) | function wp_templating_constants() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/deprecated.php function get_postdata (line 25) | function get_postdata($postid) { function start_wp (line 61) | function start_wp() { function the_category_ID (line 82) | function the_category_ID($echo = true) { function the_category_head (line 105) | function the_category_head($before='', $after='') { function previous_post (line 135) | function previous_post($format='%', $previous='previous post: ', $title=... function next_post (line 171) | function next_post($format='%', $next='next post: ', $title='yes', $in_s... function user_can_create_post (line 204) | function user_can_create_post($user_id, $blog_id = 1, $category_id = 'No... function user_can_create_draft (line 223) | function user_can_create_draft($user_id, $blog_id = 1, $category_id = 'N... function user_can_edit_post (line 242) | function user_can_edit_post($user_id, $post_id, $blog_id = 1) { function user_can_delete_post (line 270) | function user_can_delete_post($user_id, $post_id, $blog_id = 1) { function user_can_set_post_date (line 289) | function user_can_set_post_date($user_id, $blog_id = 1, $category_id = '... function user_can_edit_post_date (line 308) | function user_can_edit_post_date($user_id, $post_id, $blog_id = 1) { function user_can_edit_post_comments (line 327) | function user_can_edit_post_comments($user_id, $post_id, $blog_id = 1) { function user_can_delete_post_comments (line 346) | function user_can_delete_post_comments($user_id, $post_id, $blog_id = 1) { function user_can_edit_user (line 364) | function user_can_edit_user($user_id, $other_user) { function get_linksbyname (line 395) | function get_linksbyname($cat_name = "noname", $before = '', $after = '<... function wp_get_linksbyname (line 419) | function wp_get_linksbyname($category, $args = '') { function get_linkobjectsbyname (line 457) | function get_linkobjectsbyname($cat_name = "noname" , $orderby = 'name',... function get_linkobjects (line 508) | function get_linkobjects($category = 0, $orderby = 'name', $limit = 0) { function get_linksbyname_withrating (line 540) | function get_linksbyname_withrating($cat_name = "noname", $before = '', ... function get_links_withrating (line 567) | function get_links_withrating($category = -1, $before = '', $after = 'd.cacheLengt... function ia (line 2) | function ia(a){return a[u]=!0,a} function ja (line 2) | function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){re... function ka (line 2) | function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[... function la (line 2) | function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sou... function ma (line 2) | function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"... function na (line 2) | function na(a){return function(b){var c=b.nodeName.toLowerCase();return(... function oa (line 2) | function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,... function pa (line 2) | function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a} function qa (line 2) | function qa(){} function ra (line 2) | function ra(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d} function sa (line 2) | function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.firs... function ta (line 2) | function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e-... function ua (line 2) | function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c} function va (line 2) | function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(... function wa (line 2) | function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)... function xa (line 2) | function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.r... function ya (line 2) | function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var... function w (line 2) | function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){retur... function D (line 2) | function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a} function G (line 2) | function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b... function I (line 2) | function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded... function J (line 2) | function J(){(y.addEventListener||"load"===event.type||"complete"===y.re... function O (line 2) | function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace... function P (line 2) | function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&... function Q (line 4) | function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType... function R (line 4) | function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a... function aa (line 4) | function aa(){return!0} function ba (line 4) | function ba(){return!1} function ca (line 4) | function ca(){try{return y.activeElement}catch(a){}} function da (line 4) | function da(a){var b=ea.split("|"),c=a.createDocumentFragment();if(c.cre... function ua (line 4) | function ua(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getEl... function va (line 4) | function va(a){W.test(a.type)&&(a.defaultChecked=a.checked)} function wa (line 4) | function wa(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeTyp... function xa (line 4) | function xa(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a} function ya (line 4) | function ya(a){var b=pa.exec(a.type);return b?a.type=b[1]:a.removeAttrib... function za (line 4) | function za(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval"... function Aa (line 4) | function Aa(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a)... function Ba (line 4) | function Ba(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCas... function Ea (line 4) | function Ea(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getD... function Fa (line 4) | function Fa(a){var b=y,c=Da[a];return c||(c=Ea(a,b),"none"!==c&&c||(Ca=(... function La (line 4) | function La(a,b){return{get:function(){var c=a();if(null!=c)return c?voi... function i (line 4) | function i(){var b,c,d,i;c=y.getElementsByTagName("body")[0],c&&c.style&... function Ua (line 4) | function Ua(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.sl... function Va (line 4) | function Va(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.styl... function Wa (line 4) | function Wa(a,b,c){var d=Pa.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[... function Xa (line 4) | function Xa(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===... function Ya (line 4) | function Ya(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f... function Za (line 4) | function Za(a,b,c,d,e){ function fb (line 5) | function fb(){return setTimeout(function(){$a=void 0}),$a=m.now()} function gb (line 5) | function gb(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=T[e],d[... function hb (line 5) | function hb(a,b,c){for(var d,e=(eb[b]||[]).concat(eb["*"]),f=0,g=e.lengt... function ib (line 5) | function ib(a,b,c){var d,e,f,g,h,i,j,l,n=this,o={},p=a.style,q=a.nodeTyp... function jb (line 5) | function jb(a,b){var c,d,e,f,g;for(c in a)if(d=m.camelCase(c),e=b[d],f=a... function kb (line 5) | function kb(a,b,c){var d,e,f=0,g=db.length,h=m.Deferred().always(functio... function Lb (line 5) | function Lb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var ... function Mb (line 5) | function Mb(a,b,c,d){var e={},f=a===Ib;function g(h){var i;return e[h]=!... function Nb (line 5) | function Nb(a,b){var c,d,e=m.ajaxSettings.flatOptions||{};for(d in b)voi... function Ob (line 5) | function Ob(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[... function Pb (line 5) | function Pb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])fo... function x (line 5) | function x(a,b,c,d){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),i=v... function Vb (line 5) | function Vb(a,b,c,d){var e;if(m.isArray(b))m.each(b,function(b,e){c||Rb.... function Zb (line 5) | function Zb(){try{return new a.XMLHttpRequest}catch(b){}} function $b (line 5) | function $b(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(... function dc (line 5) | function dc(a){return m.isWindow(a)?a:9===a.nodeType?a.defaultView||a.pa... FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/jquery/jquery.query.js function l (line 11) | function l(o){var n=typeof o=="object"?h(o,Array)?[]:{}:o;if(typeof o=="... FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/jquery/jquery.schedule.js function _isfn (line 2) | function _isfn(fn){return(!!fn&&typeof fn!="string"&&typeof fn[0]=="unde... FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/jquery/jquery.ui.touch-punch.js function d (line 11) | function d(g,h){if(g.originalEvent.touches.length>1){return}g.preventDef... FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/jquery/suggest.js function resetPosition (line 42) | function resetPosition() { function processKey (line 52) | function processKey(e) { function suggest (line 101) | function suggest() { function checkCache (line 143) | function checkCache(q) { function addToCache (line 155) | function addToCache(q, items, size) { function displayItems (line 172) | function displayItems(items) { function parseTxt (line 203) | function parseTxt(txt, q) { function getCurrentResult (line 222) | function getCurrentResult() { function selectCurrentResult (line 236) | function selectCurrentResult() { function nextResult (line 262) | function nextResult() { function prevResult (line 276) | function prevResult() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/json2.js function f (line 183) | function f(n) { function this_value (line 190) | function this_value() { function quote (line 219) | function quote(string) { function str (line 238) | function str(key, holder) { function walk (line 442) | function walk(holder, key) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/mce-view.js function resize (line 580) | function resize() { function classChange (line 628) | function classChange() { function verifyHTML (line 738) | function verifyHTML( string ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/media-audiovideo.js function s (line 1) | function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&re... FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/media-grid.js function s (line 1) | function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&re... FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/media-models.js function s (line 1) | function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&re... FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/media-views.js function s (line 1) | function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&re... FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/mediaelement/wp-mediaelement.js function wpMediaElement (line 10) | function wpMediaElement() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/plupload/handlers.js function fileQueued (line 5) | function fileQueued(fileObj) { function uploadStart (line 27) | function uploadStart() { function uploadProgress (line 36) | function uploadProgress(up, file) { function fileUploading (line 44) | function fileUploading( up, file ) { function updateMediaForm (line 60) | function updateMediaForm() { function uploadSuccess (line 80) | function uploadSuccess(fileObj, serverData) { function setResize (line 102) | function setResize( arg ) { function prepareMediaItem (line 119) | function prepareMediaItem(fileObj, serverData) { function prepareMediaItemInit (line 137) | function prepareMediaItemInit(fileObj) { function wpQueueError (line 200) | function wpQueueError(message) { function wpFileError (line 205) | function wpFileError(fileObj, message) { function itemAjaxError (line 209) | function itemAjaxError(id, message) { function deleteSuccess (line 222) | function deleteSuccess(data) { function deleteError (line 259) | function deleteError() { function uploadComplete (line 263) | function uploadComplete() { function switchUploader (line 267) | function switchUploader(s) { function uploadError (line 280) | function uploadError(fileObj, errorCode, message, uploader) { function uploadSizeError (line 331) | function uploadSizeError( up, file, over100mb ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/quicktags.js function quicktags (line 52) | function quicktags(settings) { function edInsertContent (line 62) | function edInsertContent(bah, txt) { function edButton (line 72) | function edButton(id, display, tagStart, tagEnd, access) { function _escape (line 254) | function _escape( text ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/swfobject.js function f (line 4) | function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].ap... function K (line 4) | function K(X){if(J){X()}else{U[U.length]=X}} function s (line 4) | function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load"... function h (line 4) | function h(){if(T){V()}else{H()}} function V (line 4) | function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setA... function H (line 4) | function H(){var ag=o.length;if(ag>0){for(var af=0;af\.;]/;var X=Z.exec(Y)!=null;return X&&typeof... FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/swfupload/handlers.js function fileDialogStart (line 3) | function fileDialogStart() { function fileQueued (line 8) | function fileQueued(fileObj) { function uploadStart (line 32) | function uploadStart(fileObj) { function uploadProgress (line 41) | function uploadProgress(fileObj, bytesDone, bytesTotal) { function prepareMediaItem (line 51) | function prepareMediaItem(fileObj, serverData) { function prepareMediaItemInit (line 73) | function prepareMediaItemInit(fileObj) { function itemAjaxError (line 152) | function itemAjaxError(id, html) { function deleteSuccess (line 164) | function deleteSuccess(data, textStatus) { function deleteError (line 197) | function deleteError(X, textStatus, errorThrown) { function updateMediaForm (line 201) | function updateMediaForm() { function uploadSuccess (line 223) | function uploadSuccess(fileObj, serverData) { function uploadComplete (line 238) | function uploadComplete(fileObj) { function wpQueueError (line 250) | function wpQueueError(message) { function wpFileError (line 255) | function wpFileError(fileObj, message) { function fileQueueError (line 267) | function fileQueueError(fileObj, error_code, message) { function fileDialogComplete (line 289) | function fileDialogComplete(num_files_queued) { function switchUploader (line 299) | function switchUploader(s) { function swfuploadPreLoad (line 310) | function swfuploadPreLoad() { function swfuploadLoadFailed (line 318) | function swfuploadLoadFailed() { function uploadError (line 323) | function uploadError(fileObj, errorCode, message) { function cancelUpload (line 353) | function cancelUpload() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/thickbox/thickbox.js function tb_init (line 25) | function tb_init(domChunk){ function tb_click (line 33) | function tb_click(){ function tb_show (line 42) | function tb_show(caption, url, imageGroup) {//function called when the u... function tb_showIframe (line 268) | function tb_showIframe(){ function tb_remove (line 273) | function tb_remove() { function tb_position (line 287) | function tb_position() { function tb_parseQuery (line 295) | function tb_parseQuery ( query ) { function tb_getPageSize (line 310) | function tb_getPageSize(){ function tb_detectMacXFF (line 318) | function tb_detectMacXFF() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/charmap/plugin.js function showDialog (line 275) | function showDialog() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/colorpicker/plugin.js function colorPickerCallback (line 14) | function colorPickerCallback(callback, value) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/compat3x/plugin.js function noop (line 25) | function noop() { function log (line 28) | function log(apiCall) { function Dispatcher (line 35) | function Dispatcher(target, newEventName, argsMap, defaultScope) { function patchEditor (line 107) | function patchEditor(editor) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/directionality/plugin.js function setDir (line 14) | function setDir(dir) { function generateSelector (line 35) | function generateSelector(dir) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/fullscreen/plugin.js function getWindowSize (line 21) | function getWindowSize() { function toggleFullscreen (line 40) | function toggleFullscreen() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/image/plugin.js function getImageSize (line 14) | function getImageSize(url, callback) { function buildListItems (line 43) | function buildListItems(inputList, itemCallback, startItems) { function createImageList (line 66) | function createImageList(callback) { function showDialog (line 85) | function showDialog(imageList) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/lists/plugin.js function isListNode (line 17) | function isListNode(node) { function isFirstChild (line 21) | function isFirstChild(node) { function isLastChild (line 25) | function isLastChild(node) { function isTextBlock (line 29) | function isTextBlock(node) { function isEditorBody (line 33) | function isEditorBody(elm) { function isEmpty (line 40) | function isEmpty(elm, keepBookmarks) { function createBookmark (line 61) | function createBookmark(rng) { function moveToBookmark (line 107) | function moveToBookmark(bookmark) { function createNewTextBlock (line 161) | function createNewTextBlock(contentNode, blockName) { function getSelectedListItems (line 217) | function getSelectedListItems() { function splitList (line 223) | function splitList(ul, li, newBlock) { function mergeWithAdjacentLists (line 265) | function mergeWithAdjacentLists(listBlock) { function normalizeList (line 290) | function normalizeList(element) { function outdent (line 316) | function outdent(li) { function indent (line 388) | function indent(li) { function indentSelection (line 444) | function indentSelection() { function outdentSelection (line 463) | function outdentSelection() { function applyList (line 500) | function applyList(listName) { function removeList (line 607) | function removeList() { function toggleList (line 634) | function toggleList(listName) { function queryListCommandState (line 654) | function queryListCommandState(listName) { function findNextCaretContainer (line 663) | function findNextCaretContainer(rng, isForward) { function mergeLiElements (line 689) | function mergeLiElements(fromElm, toElm) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/media/plugin.js function guessMime (line 26) | function guessMime(url) { function getVideoScriptMatch (line 56) | function getVideoScriptMatch(src) { function showDialog (line 68) | function showDialog() { function getSource (line 219) | function getSource() { function dataToHtml (line 227) | function dataToHtml(data) { function htmlToData (line 331) | function htmlToData(html) { function getData (line 386) | function getData(element) { function sanitize (line 394) | function sanitize(html) { function updateHtml (line 451) | function updateHtml(html, data, updateAll) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/paste/plugin.js function require (line 13) | function require(ids, callback) { function define (line 28) | function define(id, dependencies, definition) { function defined (line 46) | function defined(id) { function resolve (line 50) | function resolve(id) { function expose (line 65) | function expose(ids) { function filter (line 122) | function filter(content, items) { function innerText (line 141) | function innerText(html) { function trimHtml (line 204) | function trimHtml(html) { function pasteHtml (line 281) | function pasteHtml(html) { function pasteText (line 312) | function pasteText(text) { function createPasteBin (line 349) | function createPasteBin() { function removePasteBin (line 466) | function removePasteBin() { function getPasteBinHtml (line 491) | function getPasteBinHtml() { function decodeEdgeData (line 519) | function decodeEdgeData(data) { function extractFragment (line 547) | function extractFragment(data) { function getDataTransferItems (line 571) | function getDataTransferItems(dataTransfer) { function getClipboardContent (line 609) | function getClipboardContent(clipboardEvent) { function pasteImageData (line 621) | function pasteImageData(e, rng) { function isBrokenAndroidClipboardEvent (line 665) | function isBrokenAndroidClipboardEvent(e) { function getCaretRangeFromEvent (line 671) | function getCaretRangeFromEvent(e) { function hasContentType (line 675) | function hasContentType(clipboardContent, mimeType) { function isKeyboardPasteEvent (line 679) | function isKeyboardPasteEvent(e) { function registerEventHandlers (line 683) | function registerEventHandlers() { function isPasteInsert (line 882) | function isPasteInsert(args) { function remove (line 886) | function remove(node) { function isWebKitFakeUrl (line 892) | function isWebKitFakeUrl(src) { function isDataUri (line 896) | function isDataUri(src) { function isWordContent (line 952) | function isWordContent(content) { function isNumericList (line 963) | function isNumericList(text) { function isBulletList (line 988) | function isBulletList(text) { function WordFilter (line 992) | function WordFilter(editor) { function addPreProcessFilter (line 1455) | function addPreProcessFilter(filterFunc) { function removeExplorerBrElementsAfterBlocks (line 1471) | function removeExplorerBrElementsAfterBlocks(html) { function removeWebKitStyles (line 1516) | function removeWebKitStyles(content) { function togglePlainTextPaste (line 1617) | function togglePlainTextPaste() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/tabfocus/plugin.js function tabCancel (line 16) | function tabCancel(e) { function tabHandler (line 22) | function tabHandler(e) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/textcolor/plugin.js function getCurrentColor (line 20) | function getCurrentColor(format) { function mapColors (line 34) | function mapColors() { function renderColorPicker (line 89) | function renderColorPicker() { function applyFormat (line 161) | function applyFormat(format, value) { function removeFormat (line 169) | function removeFormat(format) { function onPanelClick (line 177) | function onPanelClick(e) { function onButtonClick (line 247) | function onButtonClick() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/wordpress/plugin.js function toggleToolbars (line 19) | function toggleToolbars( state ) { function tr (line 235) | function tr( row ) { function create (line 581) | function create( buttons, bottom ) { function hide (line 871) | function hide( event ) { function noop (line 903) | function noop() {} FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js function isFullscreen (line 32) | function isFullscreen() { function getInt (line 36) | function getInt( n ) { function resize (line 43) | function resize( e ) { function wait (line 128) | function wait( times, interval, callback ) { function on (line 146) | function on() { function off (line 156) | function off() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js function isPlaceholder (line 8) | function isPlaceholder( node ) { function parseShortcode (line 115) | function parseShortcode( content ) { function getShortcode (line 177) | function getShortcode( content ) { function extractImageData (line 240) | function extractImageData( imageNode ) { function hasTextContent (line 336) | function hasTextContent( node ) { function verifyHTML (line 341) | function verifyHTML( caption ) { function updateImage (line 353) | function updateImage( imageNode, imageData ) { function editImage (line 502) | function editImage( img ) { function removeImage (line 545) | function removeImage( node ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/wpemoji/plugin.js function setImgAttr (line 21) | function setImgAttr( image ) { function replaceEmoji (line 28) | function replaceEmoji( node ) { function parseNode (line 39) | function parseNode( node ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/wpgallery/plugin.js function replaceGalleryShortcodes (line 4) | function replaceGalleryShortcodes( content ) { function html (line 10) | function html( cls, data ) { function restoreMediaShortcodes (line 16) | function restoreMediaShortcodes( content ) { function editMedia (line 33) | function editMedia( node ) { function unselect (line 69) | function unselect() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js function firstTextNode (line 54) | function firstTextNode( node ) { function space (line 85) | function space() { function watchEnter (line 127) | function watchEnter() { function enter (line 159) | function enter() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/plugins/wpview/plugin.js function getView (line 24) | function getView( node ) { function getParent (line 32) | function getParent( node, className ) { function _stop (line 44) | function _stop( event ) { function setViewCursor (line 48) | function setViewCursor( before, view ) { function handleEnter (line 56) | function handleEnter( view, before, key ) { function removeView (line 81) | function removeView( view ) { function select (line 88) | function select( viewNode ) { function deselect (line 132) | function deselect() { function resetViewsCallback (line 155) | function resetViewsCallback( match, viewText ) { function resetViews (line 160) | function resetViews( content ) { function emptyViewNodes (line 362) | function emptyViewNodes( rootNode ) { function isSpecialKey (line 388) | function isSpecialKey( key ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/themes/modern/theme.js function createToolbar (line 31) | function createToolbar(items, size) { function createToolbars (line 131) | function createToolbars(size) { function createMenuButtons (line 184) | function createMenuButtons() { function addAccessibilityKeys (line 293) | function addAccessibilityKeys(panel) { function resizeTo (line 322) | function resizeTo(width, height) { function resizeBy (line 352) | function resizeBy(dw, dh) { function addContextualToolbars (line 360) | function addContextualToolbars() { function renderInlineUI (line 594) | function renderInlineUI(args) { function renderIframeUI (line 721) | function renderIframeUI(args) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/tiny_mce_popup.js function close (line 318) | function close() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/utils/form_utils.js function getColorPickerHTML (line 13) | function getColorPickerHTML(id, target_form_element) { function updateColor (line 26) | function updateColor(img_id, form_element_id) { function setBrowserDisabled (line 30) | function setBrowserDisabled(id, state) { function getBrowserHTML (line 48) | function getBrowserHTML(id, target_form_element, type, prefix) { function openBrowser (line 63) | function openBrowser(img_id, target_form_element, type, option) { function selectByValue (line 70) | function selectByValue(form_obj, field_name, value, add_custom, ignore_c... function getSelectValue (line 100) | function getSelectValue(form_obj, field_name) { function addSelectValue (line 109) | function addSelectValue(form_obj, field_name, name, value) { function addClassesToList (line 115) | function addClassesToList(list_id, specific_option) { function isVisible (line 141) | function isVisible(element_id) { function convertRGBToHex (line 147) | function convertRGBToHex(col) { function convertHexToRGB (line 166) | function convertHexToRGB(col) { function trimSize (line 180) | function trimSize(size) { function getCSSSize (line 184) | function getCSSSize(size) { function getStyle (line 200) | function getStyle(elm, attrib, style) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/utils/mctabs.js function MCTabs (line 13) | function MCTabs() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tinymce/wp-tinymce.php function get_file (line 11) | function get_file($path) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/tw-sack.js function sack (line 7) | function sack(file) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/twemoji.js function createText (line 260) | function createText(text) { function escapeHTML (line 269) | function escapeHTML(s) { function defaultImageSrcGenerator (line 281) | function defaultImageSrcGenerator(icon, options) { function grabAllTextNodes (line 292) | function grabAllTextNodes(node, allText) { function grabTheRightIcon (line 321) | function grabTheRightIcon(icon, variant) { function parseNode (line 346) | function parseNode(node, options) { function parseString (line 441) | function parseString(str, options) { function replacer (line 496) | function replacer(m) { function returnNull (line 504) | function returnNull() { function toSizeSquaredAsset (line 516) | function toSizeSquaredAsset(value) { function fromCodePoint (line 528) | function fromCodePoint(codepoint) { function parse (line 541) | function parse(what, how) { function replace (line 558) | function replace(text, callback) { function test (line 562) | function test(text) { function toCodePoint (line 570) | function toCodePoint(unicodeSurrogates, sep) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/utils.js function getUserSetting (line 137) | function getUserSetting( name, def ) { function setUserSetting (line 154) | function setUserSetting( name, value, _del ) { function deleteUserSetting (line 186) | function deleteUserSetting( name ) { function getAllUserSettings (line 191) | function getAllUserSettings() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/wp-a11y.js function speak (line 20) | function speak( message, ariaLive ) { function addContainer (line 40) | function addContainer( ariaLive ) { function clear (line 62) | function clear() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/wp-auth-check.js function show (line 6) | function show() { function hide (line 71) | function hide() { function schedule (line 89) | function schedule() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/wp-embed-template.js function sendEmbedMessage (line 10) | function sendEmbedMessage( message, value ) { function onLoad (line 18) | function onLoad() { function onResize (line 169) | function onResize() { function getSecret (line 184) | function getSecret() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/wp-embed.js function onLoad (line 85) | function onLoad() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/wp-emoji-loader.js function browserSupportsEmoji (line 13) | function browserSupportsEmoji( type ) { function addScript (line 73) | function addScript( src ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/wp-emoji.js function wpEmoji (line 3) | function wpEmoji() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/js/wplink.js function getLink (line 10) | function getLink() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/kses.php function wp_kses (line 524) | function wp_kses( $string, $allowed_html, $allowed_protocols = array() ) { function wp_kses_one_attr (line 546) | function wp_kses_one_attr( $string, $element ) { function wp_kses_allowed_html (line 623) | function wp_kses_allowed_html( $context = '' ) { function wp_kses_hook (line 679) | function wp_kses_hook( $string, $allowed_html, $allowed_protocols ) { function wp_kses_version (line 699) | function wp_kses_version() { function wp_kses_split (line 718) | function wp_kses_split( $string, $allowed_html, $allowed_protocols ) { function _wp_kses_split_callback (line 736) | function _wp_kses_split_callback( $match ) { function wp_kses_split2 (line 761) | function wp_kses_split2($string, $allowed_html, $allowed_protocols) { function wp_kses_attr (line 821) | function wp_kses_attr($element, $attr, $allowed_html, $allowed_protocols) { function wp_kses_attr_check (line 865) | function wp_kses_attr_check( &$name, &$value, &$whole, $vless, $element,... function wp_kses_hair (line 916) | function wp_kses_hair($attr, $allowed_protocols) { function wp_kses_attr_parse (line 1040) | function wp_kses_attr_parse( $element ) { function wp_kses_hair_parse (line 1091) | function wp_kses_hair_parse( $attr ) { function wp_kses_check_attr_val (line 1145) | function wp_kses_check_attr_val($value, $vless, $checkname, $checkvalue) { function wp_kses_bad_protocol (line 1217) | function wp_kses_bad_protocol($string, $allowed_protocols) { function wp_kses_no_null (line 1243) | function wp_kses_no_null( $string, $options = null ) { function wp_kses_stripslashes (line 1268) | function wp_kses_stripslashes($string) { function wp_kses_array_lc (line 1280) | function wp_kses_array_lc($inarray) { function wp_kses_js_entities (line 1304) | function wp_kses_js_entities($string) { function wp_kses_html_error (line 1319) | function wp_kses_html_error($string) { function wp_kses_bad_protocol_once (line 1335) | function wp_kses_bad_protocol_once($string, $allowed_protocols, $count =... function wp_kses_bad_protocol_once2 (line 1366) | function wp_kses_bad_protocol_once2( $string, $allowed_protocols ) { function wp_kses_normalize_entities (line 1396) | function wp_kses_normalize_entities($string) { function wp_kses_named_entities (line 1421) | function wp_kses_named_entities($matches) { function wp_kses_normalize_entities2 (line 1443) | function wp_kses_normalize_entities2($matches) { function wp_kses_normalize_entities3 (line 1469) | function wp_kses_normalize_entities3($matches) { function valid_unicode (line 1483) | function valid_unicode($i) { function wp_kses_decode_entities (line 1502) | function wp_kses_decode_entities($string) { function _wp_kses_decode_entities_chr (line 1515) | function _wp_kses_decode_entities_chr( $match ) { function _wp_kses_decode_entities_chr_hexdec (line 1525) | function _wp_kses_decode_entities_chr_hexdec( $match ) { function wp_filter_kses (line 1537) | function wp_filter_kses( $data ) { function wp_kses_data (line 1549) | function wp_kses_data( $data ) { function wp_filter_post_kses (line 1564) | function wp_filter_post_kses( $data ) { function wp_kses_post (line 1579) | function wp_kses_post( $data ) { function wp_kses_post_deep (line 1592) | function wp_kses_post_deep( $data ) { function wp_filter_nohtml_kses (line 1604) | function wp_filter_nohtml_kses( $data ) { function kses_init_filters (line 1619) | function kses_init_filters() { function kses_remove_filters (line 1647) | function kses_remove_filters() { function kses_init (line 1674) | function kses_init() { function safecss_filter_attr (line 1687) | function safecss_filter_attr( $css, $deprecated = '' ) { function _wp_add_global_attributes (line 1753) | function _wp_add_global_attributes( $value ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/l10n.php function get_locale (line 30) | function get_locale() { function translate (line 92) | function translate( $text, $domain = 'default' ) { function before_last_bar (line 119) | function before_last_bar( $string ) { function translate_with_gettext_context (line 143) | function translate_with_gettext_context( $text, $context, $domain = 'def... function __ (line 171) | function __( $text, $domain = 'default' ) { function esc_attr__ (line 187) | function esc_attr__( $text, $domain = 'default' ) { function esc_html__ (line 203) | function esc_html__( $text, $domain = 'default' ) { function _e (line 216) | function _e( $text, $domain = 'default' ) { function esc_attr_e (line 229) | function esc_attr_e( $text, $domain = 'default' ) { function esc_html_e (line 242) | function esc_html_e( $text, $domain = 'default' ) { function _x (line 263) | function _x( $text, $context, $domain = 'default' ) { function _ex (line 278) | function _ex( $text, $context, $domain = 'default' ) { function esc_attr_x (line 293) | function esc_attr_x( $text, $context, $domain = 'default' ) { function esc_html_x (line 308) | function esc_html_x( $text, $context, $domain = 'default' ) { function _n (line 331) | function _n( $single, $plural, $number, $domain = 'default' ) { function _nx (line 371) | function _nx($single, $plural, $number, $context, $domain = 'default') { function _n_noop (line 423) | function _n_noop( $singular, $plural, $domain = null ) { function _nx_noop (line 461) | function _nx_noop( $singular, $plural, $context, $domain = null ) { function translate_nooped_plural (line 489) | function translate_nooped_plural( $nooped_plural, $count, $domain = 'def... function load_textdomain (line 516) | function load_textdomain( $domain, $mofile ) { function unload_textdomain (line 577) | function unload_textdomain( $domain ) { function load_default_textdomain (line 623) | function load_default_textdomain( $locale = null ) { function load_plugin_textdomain (line 663) | function load_plugin_textdomain( $domain, $deprecated = false, $plugin_r... function load_muplugin_textdomain (line 704) | function load_muplugin_textdomain( $domain, $mu_plugin_rel_path = '' ) { function load_theme_textdomain (line 734) | function load_theme_textdomain( $domain, $path = false ) { function load_child_theme_textdomain (line 774) | function load_child_theme_textdomain( $domain, $path = false ) { function get_translations_for_domain (line 792) | function get_translations_for_domain( $domain ) { function is_textdomain_loaded (line 810) | function is_textdomain_loaded( $domain ) { function translate_user_role (line 832) | function translate_user_role( $name ) { function get_available_languages (line 847) | function get_available_languages( $dir = null ) { function wp_get_installed_translations (line 875) | function wp_get_installed_translations( $type ) { function wp_get_pomo_file_data (line 924) | function wp_get_pomo_file_data( $po_file ) { function wp_dropdown_languages (line 963) | function wp_dropdown_languages( $args = array() ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/link-template.php function the_permalink (line 17) | function the_permalink( $post = 0 ) { function user_trailingslashit (line 45) | function user_trailingslashit($string, $type_of_url = '') { function permalink_anchor (line 76) | function permalink_anchor( $mode = 'id' ) { function get_the_permalink (line 104) | function get_the_permalink( $post = 0, $leavename = false ) { function get_permalink (line 117) | function get_permalink( $post = 0, $leavename = false ) { function get_post_permalink (line 250) | function get_post_permalink( $id = 0, $leavename = false, $sample = fals... function get_page_link (line 308) | function get_page_link( $post = false, $leavename = false, $sample = fal... function _get_page_link (line 343) | function _get_page_link( $post = false, $leavename = false, $sample = fa... function get_attachment_link (line 387) | function get_attachment_link( $post = null, $leavename = false ) { function get_year_link (line 442) | function get_year_link($year) { function get_month_link (line 476) | function get_month_link($year, $month) { function get_day_link (line 515) | function get_day_link($year, $month, $day) { function the_feed_link (line 555) | function the_feed_link( $anchor, $feed = '' ) { function get_feed_link (line 580) | function get_feed_link($feed = '') { function get_post_comments_feed_link (line 626) | function get_post_comments_feed_link($post_id = 0, $feed = '') { function post_comments_feed_link (line 689) | function post_comments_feed_link( $link_text = '', $post_id = '', $feed ... function get_author_feed_link (line 720) | function get_author_feed_link( $author_id, $feed = '' ) { function get_category_feed_link (line 764) | function get_category_feed_link( $cat_id, $feed = '' ) { function get_term_feed_link (line 781) | function get_term_feed_link( $term_id, $taxonomy = 'category', $feed = '... function get_tag_feed_link (line 859) | function get_tag_feed_link( $tag_id, $feed = '' ) { function get_edit_tag_link (line 872) | function get_edit_tag_link( $tag_id, $taxonomy = 'post_tag' ) { function edit_tag_link (line 893) | function edit_tag_link( $link = '', $before = '', $after = '', $tag = nu... function get_edit_term_link (line 917) | function get_edit_term_link( $term_id, $taxonomy, $object_type = '' ) { function edit_term_link (line 971) | function edit_term_link( $link = '', $before = '', $after = '', $term = ... function get_search_link (line 1013) | function get_search_link( $query = '' ) { function get_search_feed_link (line 1054) | function get_search_feed_link($search_query = '', $feed = '') { function get_search_comments_feed_link (line 1093) | function get_search_comments_feed_link($search_query = '', $feed = '') { function get_post_type_archive_link (line 1122) | function get_post_type_archive_link( $post_type ) { function get_post_type_archive_feed_link (line 1161) | function get_post_type_archive_feed_link( $post_type, $feed = '' ) { function get_preview_post_link (line 1202) | function get_preview_post_link( $post = null, $query_args = array(), $pr... function get_edit_post_link (line 1243) | function get_edit_post_link( $id = 0, $context = 'display' ) { function edit_post_link (line 1292) | function edit_post_link( $text = null, $before = '', $after = '', $id = ... function get_delete_post_link (line 1331) | function get_delete_post_link( $id = 0, $deprecated = '', $force_delete ... function get_edit_comment_link (line 1369) | function get_edit_comment_link( $comment_id = 0 ) { function edit_comment_link (line 1396) | function edit_comment_link( $text = null, $before = '', $after = '' ) { function get_edit_bookmark_link (line 1429) | function get_edit_bookmark_link( $link = 0 ) { function edit_bookmark_link (line 1458) | function edit_bookmark_link( $link = '', $before = '', $after = '', $boo... function get_edit_user_link (line 1488) | function get_edit_user_link( $user_id = null ) { function get_previous_post (line 1528) | function get_previous_post( $in_same_term = false, $excluded_terms = '',... function get_next_post (line 1542) | function get_next_post( $in_same_term = false, $excluded_terms = '', $ta... function get_adjacent_post (line 1561) | function get_adjacent_post( $in_same_term = false, $excluded_terms = '',... function get_adjacent_post_rel_link (line 1737) | function get_adjacent_post_rel_link( $title = '%title', $in_same_term = ... function adjacent_posts_rel_link (line 1785) | function adjacent_posts_rel_link( $title = '%title', $in_same_term = fal... function adjacent_posts_rel_link_wp_head (line 1797) | function adjacent_posts_rel_link_wp_head() { function next_post_rel_link (line 1814) | function next_post_rel_link( $title = '%title', $in_same_term = false, $... function prev_post_rel_link (line 1828) | function prev_post_rel_link( $title = '%title', $in_same_term = false, $... function get_boundary_post (line 1846) | function get_boundary_post( $in_same_term = false, $excluded_terms = '',... function get_previous_post_link (line 1902) | function get_previous_post_link( $format = '« %link', $link = '%ti... function previous_post_link (line 1918) | function previous_post_link( $format = '« %link', $link = '%title'... function get_next_post_link (line 1934) | function get_next_post_link( $format = '%link »', $link = '%title'... function next_post_link (line 1950) | function next_post_link( $format = '%link »', $link = '%title', $i... function get_adjacent_post_link (line 1969) | function get_adjacent_post_link( $format, $link, $in_same_term = false, ... function adjacent_post_link (line 2031) | function adjacent_post_link( $format, $link, $in_same_term = false, $exc... function get_pagenum_link (line 2047) | function get_pagenum_link($pagenum = 1, $escape = true ) { function get_next_posts_page_link (line 2123) | function get_next_posts_page_link($max_page = 0) { function next_posts (line 2144) | function next_posts( $max_page = 0, $echo = true ) { function get_next_posts_link (line 2165) | function get_next_posts_link( $label = null, $max_page = 0 ) { function next_posts_link (line 2201) | function next_posts_link( $label = null, $max_page = 0 ) { function get_previous_posts_page_link (line 2218) | function get_previous_posts_page_link() { function previous_posts (line 2237) | function previous_posts( $echo = true ) { function get_previous_posts_link (line 2256) | function get_previous_posts_link( $label = null ) { function previous_posts_link (line 2282) | function previous_posts_link( $label = null ) { function get_posts_nav_link (line 2296) | function get_posts_nav_link( $args = array() ) { function posts_nav_link (line 2336) | function posts_nav_link( $sep = '', $prelabel = '', $nxtlabel = '' ) { function get_the_post_navigation (line 2359) | function get_the_post_navigation( $args = array() ) { function the_post_navigation (line 2403) | function the_post_navigation( $args = array() ) { function get_the_posts_navigation (line 2426) | function get_the_posts_navigation( $args = array() ) { function the_posts_navigation (line 2462) | function the_posts_navigation( $args = array() ) { function get_the_posts_pagination (line 2480) | function get_the_posts_pagination( $args = array() ) { function the_posts_pagination (line 2517) | function the_posts_pagination( $args = array() ) { function _navigation_markup (line 2532) | function _navigation_markup( $links, $class = 'posts-navigation', $scree... function get_comments_pagenum_link (line 2577) | function get_comments_pagenum_link( $pagenum = 1, $max_page = 0 ) { function get_next_comments_link (line 2621) | function get_next_comments_link( $label = '', $max_page = 0 ) { function next_comments_link (line 2665) | function next_comments_link( $label = '', $max_page = 0 ) { function get_previous_comments_link (line 2677) | function get_previous_comments_link( $label = '' ) { function previous_comments_link (line 2708) | function previous_comments_link( $label = '' ) { function paginate_comments_links (line 2723) | function paginate_comments_links($args = array()) { function get_the_comments_navigation (line 2767) | function get_the_comments_navigation( $args = array() ) { function the_comments_navigation (line 2802) | function the_comments_navigation( $args = array() ) { function get_the_comments_pagination (line 2821) | function get_the_comments_pagination( $args = array() ) { function the_comments_pagination (line 2848) | function the_comments_pagination( $args = array() ) { function get_shortcut_link (line 2865) | function get_shortcut_link() { function home_url (line 2928) | function home_url( $path = '', $scheme = null ) { function get_home_url (line 2950) | function get_home_url( $blog_id = null, $path = '', $scheme = null ) { function site_url (line 3002) | function site_url( $path = '', $scheme = null ) { function get_site_url (line 3022) | function get_site_url( $blog_id = null, $path = '', $scheme = null ) { function admin_url (line 3059) | function admin_url( $path = '', $scheme = 'admin' ) { function get_admin_url (line 3075) | function get_admin_url( $blog_id = null, $path = '', $scheme = 'admin' ) { function includes_url (line 3102) | function includes_url( $path = '', $scheme = null ) { function content_url (line 3128) | function content_url($path = '') { function plugins_url (line 3160) | function plugins_url( $path = '', $plugin = '' ) { function network_site_url (line 3210) | function network_site_url( $path = '', $scheme = null ) { function network_home_url (line 3252) | function network_home_url( $path = '', $scheme = null ) { function network_admin_url (line 3293) | function network_admin_url( $path = '', $scheme = 'admin' ) { function user_admin_url (line 3323) | function user_admin_url( $path = '', $scheme = 'admin' ) { function self_admin_url (line 3350) | function self_admin_url($path = '', $scheme = 'admin') { function set_url_scheme (line 3370) | function set_url_scheme( $url, $scheme = null ) { function get_dashboard_url (line 3420) | function get_dashboard_url( $user_id = 0, $path = '', $scheme = 'admin' ) { function get_edit_profile_url (line 3465) | function get_edit_profile_url( $user_id = 0, $scheme = 'admin' ) { function rel_canonical (line 3493) | function rel_canonical() { function wp_get_shortlink (line 3538) | function wp_get_shortlink($id = 0, $context = 'post', $allow_slugs = tru... function wp_shortlink_wp_head (line 3601) | function wp_shortlink_wp_head() { function wp_shortlink_header (line 3617) | function wp_shortlink_header() { function the_shortlink (line 3643) | function the_shortlink( $text = '', $title = '', $before = '', $after = ... function get_avatar_url (line 3700) | function get_avatar_url( $id_or_email, $args = null ) { function get_avatar_data (line 3741) | function get_avatar_data( $id_or_email, $args = null ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/load.php function wp_get_server_protocol (line 17) | function wp_get_server_protocol() { function wp_unregister_GLOBALS (line 31) | function wp_unregister_GLOBALS() { function wp_fix_server_vars (line 57) | function wp_fix_server_vars() { function wp_check_php_mysql_versions (line 123) | function wp_check_php_mysql_versions() { function wp_favicon_request (line 153) | function wp_favicon_request() { function wp_maintenance (line 176) | function wp_maintenance() { function timer_start (line 225) | function timer_start() { function timer_stop (line 246) | function timer_stop( $display = 0, $precision = 3 ) { function wp_debug_mode (line 286) | function wp_debug_mode() { function wp_set_lang_dir (line 319) | function wp_set_lang_dir() { function require_wp_db (line 358) | function require_wp_db() { function wp_set_wpdb_vars (line 383) | function wp_set_wpdb_vars() { function wp_using_ext_object_cache (line 421) | function wp_using_ext_object_cache( $using = null ) { function wp_start_object_cache (line 440) | function wp_start_object_cache() { function wp_not_installed (line 489) | function wp_not_installed() { function wp_get_mu_plugins (line 522) | function wp_get_mu_plugins() { function wp_get_active_and_valid_plugins (line 552) | function wp_get_active_and_valid_plugins() { function wp_set_internal_encoding (line 588) | function wp_set_internal_encoding() { function wp_magic_quotes (line 605) | function wp_magic_quotes() { function shutdown_action_hook (line 629) | function shutdown_action_hook() { function wp_clone (line 649) | function wp_clone( $object ) { function is_admin (line 666) | function is_admin() { function is_blog_admin (line 689) | function is_blog_admin() { function is_network_admin (line 712) | function is_network_admin() { function is_user_admin (line 736) | function is_user_admin() { function is_multisite (line 752) | function is_multisite() { function get_current_blog_id (line 771) | function get_current_blog_id() { function wp_load_translations_early (line 794) | function wp_load_translations_early() { function wp_installing (line 879) | function wp_installing( $is_installing = null ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/locale.php class WP_Locale (line 14) | class WP_Locale { method init (line 110) | public function init() { method rtl_src_admin_notice (line 213) | public function rtl_src_admin_notice() { method get_weekday (line 231) | public function get_weekday($weekday_number) { method get_weekday_initial (line 249) | public function get_weekday_initial($weekday_name) { method get_weekday_abbrev (line 265) | public function get_weekday_abbrev($weekday_name) { method get_month (line 286) | public function get_month($month_number) { method get_month_abbrev (line 302) | public function get_month_abbrev($month_name) { method get_meridiem (line 317) | public function get_meridiem($meridiem) { method register_globals (line 335) | public function register_globals() { method __construct (line 348) | public function __construct() { method is_rtl (line 359) | public function is_rtl() { method _strings_for_pot (line 372) | public function _strings_for_pot() { function is_rtl (line 391) | function is_rtl() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/media-template.php function wp_underscore_audio_template (line 16) | function wp_underscore_audio_template() { function wp_underscore_video_template (line 50) | function wp_underscore_video_template() { function wp_print_media_templates (line 139) | function wp_print_media_templates() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/media.php function image_constrain_size_for_editor (line 41) | function image_constrain_size_for_editor( $width, $height, $size = 'medi... function image_hwstring (line 131) | function image_hwstring( $width, $height ) { function image_downsize (line 165) | function image_downsize( $id, $size = 'medium' ) { function add_image_size (line 246) | function add_image_size( $name, $width = 0, $height = 0, $crop = false ) { function has_image_size (line 266) | function has_image_size( $name ) { function remove_image_size (line 282) | function remove_image_size( $name ) { function set_post_thumbnail_size (line 305) | function set_post_thumbnail_size( $width = 0, $height = 0, $crop = false... function get_image_tag (line 332) | function get_image_tag( $id, $alt, $title, $align, $size = 'medium' ) { function wp_constrain_dimensions (line 386) | function wp_constrain_dimensions( $current_width, $current_height, $max_... function image_resize_dimensions (line 471) | function image_resize_dimensions( $orig_w, $orig_h, $dest_w, $dest_h, $c... function image_make_intermediate_size (line 577) | function image_make_intermediate_size( $file, $width, $height, $crop = f... function image_get_intermediate_size (line 632) | function image_get_intermediate_size( $post_id, $size = 'thumbnail' ) { function get_intermediate_image_sizes (line 716) | function get_intermediate_image_sizes() { function wp_get_attachment_image_src (line 751) | function wp_get_attachment_image_src( $attachment_id, $size = 'thumbnail... function wp_get_attachment_image (line 800) | function wp_get_attachment_image($attachment_id, $size = 'thumbnail', $i... function wp_get_attachment_image_url (line 875) | function wp_get_attachment_image_url( $attachment_id, $size = 'thumbnail... function _wp_get_attachment_relative_path (line 889) | function _wp_get_attachment_relative_path( $file ) { function _wp_upload_dir_baseurl (line 913) | function _wp_upload_dir_baseurl() { function _wp_get_image_size_from_meta (line 939) | function _wp_get_image_size_from_meta( $size_name, $image_meta ) { function wp_get_attachment_image_srcset (line 969) | function wp_get_attachment_image_srcset( $attachment_id, $size = 'medium... function wp_calculate_image_srcset (line 998) | function wp_calculate_image_srcset( $size_array, $image_src, $image_meta... function wp_get_attachment_image_sizes (line 1176) | function wp_get_attachment_image_sizes( $attachment_id, $size = 'medium'... function wp_calculate_image_sizes (line 1208) | function wp_calculate_image_sizes( $size, $image_src = null, $image_meta... function wp_make_content_images_responsive (line 1258) | function wp_make_content_images_responsive( $content ) { function wp_image_add_srcset_and_sizes (line 1310) | function wp_image_add_srcset_and_sizes( $image, $image_meta, $attachment... function _wp_post_thumbnail_class_filter (line 1398) | function _wp_post_thumbnail_class_filter( $attr ) { function _wp_post_thumbnail_class_filter_add (line 1412) | function _wp_post_thumbnail_class_filter_add( $attr ) { function _wp_post_thumbnail_class_filter_remove (line 1425) | function _wp_post_thumbnail_class_filter_remove( $attr ) { function img_caption_shortcode (line 1457) | function img_caption_shortcode( $attr, $content = null ) { function gallery_shortcode (line 1576) | function gallery_shortcode( $attr ) { function wp_underscore_playlist_templates (line 1768) | function wp_underscore_playlist_templates() { function wp_playlist_scripts (line 1814) | function wp_playlist_scripts( $type ) { function wp_playlist_shortcode (line 1861) | function wp_playlist_shortcode( $attr ) { function wp_mediaelement_fallback (line 2081) | function wp_mediaelement_fallback( $url ) { function wp_get_audio_extensions (line 2100) | function wp_get_audio_extensions() { function wp_get_attachment_id3_keys (line 2121) | function wp_get_attachment_id3_keys( $attachment, $context = 'display' ) { function wp_audio_shortcode (line 2170) | function wp_audio_shortcode( $attr, $content = '' ) { function wp_get_video_extensions (line 2329) | function wp_get_video_extensions() { function wp_video_shortcode (line 2369) | function wp_video_shortcode( $attr, $content = '' ) { function previous_image_link (line 2589) | function previous_image_link( $size = 'thumbnail', $text = false ) { function next_image_link (line 2605) | function next_image_link( $size = 'thumbnail', $text = false ) { function adjacent_image_link (line 2621) | function adjacent_image_link( $prev = true, $size = 'thumbnail', $text =... function get_attachment_taxonomies (line 2669) | function get_attachment_taxonomies( $attachment ) { function get_taxonomies_for_attachments (line 2714) | function get_taxonomies_for_attachments( $output = 'names' ) { function wp_imagecreatetruecolor (line 2742) | function wp_imagecreatetruecolor($width, $height) { function wp_expand_dimensions (line 2764) | function wp_expand_dimensions( $example_width, $example_height, $max_wid... function wp_convert_hr_to_bytes (line 2781) | function wp_convert_hr_to_bytes( $size ) { function wp_max_upload_size (line 2800) | function wp_max_upload_size() { function wp_get_image_editor (line 2827) | function wp_get_image_editor( $path, $args = array() ) { function wp_image_editor_supports (line 2863) | function wp_image_editor_supports( $args = array() ) { function _wp_image_editor_choose (line 2877) | function _wp_image_editor_choose( $args = array() ) { function wp_plupload_default_settings (line 2919) | function wp_plupload_default_settings() { function wp_prepare_attachment_for_js (line 2997) | function wp_prepare_attachment_for_js( $attachment ) { function wp_enqueue_media (line 3206) | function wp_enqueue_media( $args = array() ) { function get_attached_media (line 3507) | function get_attached_media( $type, $post = 0 ) { function get_media_embedded_in_content (line 3554) | function get_media_embedded_in_content( $content, $types = null ) { function get_post_galleries (line 3596) | function get_post_galleries( $post, $html = true ) { function get_post_gallery (line 3647) | function get_post_gallery( $post = 0, $html = true ) { function get_post_galleries_images (line 3674) | function get_post_galleries_images( $post = 0 ) { function get_post_gallery_images (line 3689) | function get_post_gallery_images( $post = 0 ) { function wp_maybe_generate_attachment_metadata (line 3701) | function wp_maybe_generate_attachment_metadata( $attachment ) { function attachment_url_to_postid (line 3729) | function attachment_url_to_postid( $url ) { function wpview_media_sandbox_styles (line 3773) | function wpview_media_sandbox_styles() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/meta.php function add_metadata (line 30) | function add_metadata($meta_type, $object_id, $meta_key, $meta_value, $u... function update_metadata (line 143) | function update_metadata($meta_type, $object_id, $meta_key, $meta_value,... function delete_metadata (line 310) | function delete_metadata($meta_type, $object_id, $meta_key, $meta_value ... function get_metadata (line 458) | function get_metadata($meta_type, $object_id, $meta_key = '', $single = ... function metadata_exists (line 525) | function metadata_exists( $meta_type, $object_id, $meta_key ) { function get_metadata_by_mid (line 564) | function get_metadata_by_mid( $meta_type, $meta_id ) { function update_metadata_by_mid (line 607) | function update_metadata_by_mid( $meta_type, $meta_id, $meta_value, $met... function delete_metadata_by_mid (line 698) | function delete_metadata_by_mid( $meta_type, $meta_id ) { function update_meta_cache (line 785) | function update_meta_cache($meta_type, $object_ids) { function get_meta_sql (line 865) | function get_meta_sql( $meta_query, $type, $primary_table, $primary_id_c... function _get_meta_table (line 880) | function _get_meta_table($type) { function is_protected_meta (line 900) | function is_protected_meta( $meta_key, $meta_type = null ) { function sanitize_meta (line 925) | function sanitize_meta( $meta_key, $meta_value, $meta_type ) { function register_meta (line 954) | function register_meta( $meta_type, $meta_key, $sanitize_callback, $auth... FILE: Docker/security/apparmor/wordpress/html/wp-includes/ms-blogs.php function wpmu_update_blogs_date (line 18) | function wpmu_update_blogs_date() { function get_blogaddress_by_id (line 40) | function get_blogaddress_by_id( $blog_id ) { function get_blogaddress_by_name (line 61) | function get_blogaddress_by_name( $blogname ) { function get_id_from_blogname (line 84) | function get_id_from_blogname( $slug ) { function get_blog_details (line 120) | function get_blog_details( $fields = null, $get_all = true ) { function refresh_blog_details (line 257) | function refresh_blog_details( $blog_id = 0 ) { function update_blog_details (line 298) | function update_blog_details( $blog_id, $details = array() ) { function clean_blog_cache (line 441) | function clean_blog_cache( $blog ) { function get_blog_option (line 471) | function get_blog_option( $id, $option, $default = false ) { function add_blog_option (line 516) | function add_blog_option( $id, $option, $value ) { function delete_blog_option (line 541) | function delete_blog_option( $id, $option ) { function update_blog_option (line 567) | function update_blog_option( $id, $option, $value, $deprecated = null ) { function switch_to_blog (line 609) | function switch_to_blog( $new_blog, $deprecated = null ) { function restore_current_blog (line 691) | function restore_current_blog() { function ms_is_switched (line 758) | function ms_is_switched() { function is_archived (line 770) | function is_archived( $id ) { function update_archived (line 783) | function update_archived( $id, $archived ) { function update_blog_status (line 801) | function update_blog_status( $blog_id, $pref, $value, $deprecated = null... function get_blog_status (line 875) | function get_blog_status( $id, $pref ) { function get_last_updated (line 897) | function get_last_updated( $deprecated = '', $start = 0, $quantity = 40 ) { function _update_blog_date_on_post_publish (line 915) | function _update_blog_date_on_post_publish( $new_status, $old_status, $p... function _update_blog_date_on_post_delete (line 937) | function _update_blog_date_on_post_delete( $post_id ) { function _update_posts_count_on_delete (line 959) | function _update_posts_count_on_delete( $post_id ) { function _update_posts_count_on_transition_post_status (line 977) | function _update_posts_count_on_transition_post_status( $new_status, $ol... FILE: Docker/security/apparmor/wordpress/html/wp-includes/ms-default-constants.php function ms_upload_constants (line 20) | function ms_upload_constants() { function ms_cookie_constants (line 49) | function ms_cookie_constants( ) { function ms_file_constants (line 94) | function ms_file_constants() { function ms_subdomain_constants (line 123) | function ms_subdomain_constants() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ms-deprecated.php function get_dashboard_blog (line 26) | function get_dashboard_blog() { function generate_random_password (line 41) | function generate_random_password( $len = 8 ) { function is_site_admin (line 59) | function is_site_admin( $user_login = '' ) { function graceful_fail (line 84) | function graceful_fail( $message ) { function get_user_details (line 122) | function get_user_details( $username ) { function clear_global_post_cache (line 134) | function clear_global_post_cache( $post_id ) { function is_main_blog (line 145) | function is_main_blog() { function validate_email (line 157) | function validate_email( $email, $check_domain = true) { function get_blog_list (line 169) | function get_blog_list( $start = 0, $num = 10, $deprecated = '' ) { function get_most_active_blogs (line 200) | function get_most_active_blogs( $num = 10, $display = true ) { function wpmu_admin_do_redirect (line 251) | function wpmu_admin_do_redirect( $url = '' ) { function wpmu_admin_redirect_add_updated_param (line 291) | function wpmu_admin_redirect_add_updated_param( $url = '' ) { function get_user_id_from_string (line 316) | function get_user_id_from_string( $string ) { function get_blogaddress_by_domain (line 341) | function get_blogaddress_by_domain( $domain, $path ) { function create_empty_blog (line 372) | function create_empty_blog( $domain, $path, $weblog_title, $site_id = 1 ) { function get_admin_users_for_domain (line 408) | function get_admin_users_for_domain( $sitedomain = '', $path = '' ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ms-functions.php function get_sitestats (line 17) | function get_sitestats() { function get_active_blog_for_user (line 42) | function get_active_blog_for_user( $user_id ) { function get_user_count (line 102) | function get_user_count() { function get_blog_count (line 116) | function get_blog_count( $network_id = 0 ) { function get_blog_post (line 132) | function get_blog_post( $blog_id, $post_id ) { function add_user_to_blog (line 153) | function add_user_to_blog( $blog_id, $user_id, $role ) { function remove_user_from_blog (line 205) | function remove_user_from_blog($user_id, $blog_id = '', $reassign = '') { function get_blog_permalink (line 283) | function get_blog_permalink( $blog_id, $post_id ) { function get_blog_id_from_url (line 307) | function get_blog_id_from_url( $domain, $path = '/' ) { function is_email_address_unsafe (line 346) | function is_email_address_unsafe( $user_email ) { function wpmu_validate_user_signup (line 407) | function wpmu_validate_user_signup($user_name, $user_email) { function wpmu_validate_blog_signup (line 543) | function wpmu_validate_blog_signup( $blogname, $blog_title, $user = '' ) { function wpmu_signup_blog (line 666) | function wpmu_signup_blog( $domain, $path, $title, $user, $user_email, $... function wpmu_signup_user (line 713) | function wpmu_signup_user( $user, $user_email, $meta = array() ) { function wpmu_signup_blog_notification (line 770) | function wpmu_signup_blog_notification( $domain, $path, $title, $user, $... function wpmu_signup_user_notification (line 873) | function wpmu_signup_user_notification( $user, $user_email, $key, $meta ... function wpmu_activate_signup (line 952) | function wpmu_activate_signup($key) { function wpmu_create_user (line 1046) | function wpmu_create_user( $user_name, $password, $email ) { function wpmu_create_blog (line 1091) | function wpmu_create_blog( $domain, $path, $title, $user_id, $meta = arr... function newblog_notify_siteadmin (line 1165) | function newblog_notify_siteadmin( $blog_id, $deprecated = '' ) { function newuser_notify_siteadmin (line 1210) | function newuser_notify_siteadmin( $user_id ) { function domain_exists (line 1256) | function domain_exists($domain, $path, $site_id = 1) { function insert_blog (line 1289) | function insert_blog($domain, $path, $site_id) { function install_blog (line 1322) | function install_blog( $blog_id, $blog_title = '' ) { function install_blog_defaults (line 1389) | function install_blog_defaults($blog_id, $user_id) { function wpmu_welcome_notification (line 1418) | function wpmu_welcome_notification( $blog_id, $user_id, $password, $titl... function wpmu_welcome_user_notification (line 1519) | function wpmu_welcome_user_notification( $user_id, $password, $meta = ar... function get_current_site (line 1596) | function get_current_site() { function get_most_recent_post_of_user (line 1614) | function get_most_recent_post_of_user( $user_id ) { function get_dirsize (line 1660) | function get_dirsize( $directory ) { function recurse_dirsize (line 1693) | function recurse_dirsize( $directory, $exclude = null ) { function check_upload_mimes (line 1734) | function check_upload_mimes( $mimes ) { function update_posts_count (line 1758) | function update_posts_count( $deprecated = '' ) { function wpmu_log_new_registrations (line 1773) | function wpmu_log_new_registrations( $blog_id, $user_id ) { function global_terms (line 1793) | function global_terms( $term_id, $deprecated = '' ) { function redirect_this_site (line 1861) | function redirect_this_site( $deprecated = '' ) { function upload_is_file_too_big (line 1875) | function upload_is_file_too_big( $upload ) { function signup_nonce_fields (line 1891) | function signup_nonce_fields() { function signup_nonce_check (line 1905) | function signup_nonce_check( $result ) { function maybe_redirect_404 (line 1920) | function maybe_redirect_404() { function maybe_add_existing_user_to_blog (line 1947) | function maybe_add_existing_user_to_blog() { function add_existing_user_to_blog (line 1977) | function add_existing_user_to_blog( $details = false ) { function add_new_user_to_blog (line 2008) | function add_new_user_to_blog( $user_id, $password, $meta ) { function fix_phpmailer_messageid (line 2023) | function fix_phpmailer_messageid( $phpmailer ) { function is_user_spammy (line 2036) | function is_user_spammy( $user = null ) { function update_blog_public (line 2058) | function update_blog_public( $old_value, $value ) { function is_user_option_local (line 2074) | function is_user_option_local( $key, $user_id = 0, $blog_id = 0 ) { function users_can_register_signup_filter (line 2093) | function users_can_register_signup_filter() { function welcome_user_msg_filter (line 2106) | function welcome_user_msg_filter( $text ) { function force_ssl_content (line 2138) | function force_ssl_content( $force = '' ) { function filter_SSL (line 2160) | function filter_SSL( $url ) { function wp_schedule_update_network_counts (line 2175) | function wp_schedule_update_network_counts() { function wp_update_network_counts (line 2188) | function wp_update_network_counts() { function wp_maybe_update_network_site_counts (line 2201) | function wp_maybe_update_network_site_counts() { function wp_maybe_update_network_user_counts (line 2228) | function wp_maybe_update_network_user_counts() { function wp_update_network_site_counts (line 2245) | function wp_update_network_site_counts() { function wp_update_network_user_counts (line 2259) | function wp_update_network_user_counts() { function get_space_used (line 2273) | function get_space_used() { function get_space_allowed (line 2297) | function get_space_allowed() { function get_upload_space_available (line 2323) | function get_upload_space_available() { function is_upload_space_available (line 2346) | function is_upload_space_available() { function upload_size_limit_filter (line 2358) | function upload_size_limit_filter( $size ) { function wp_is_large_network (line 2376) | function wp_is_large_network( $using = 'sites' ) { function wp_get_sites (line 2422) | function wp_get_sites( $args = array() ) { function get_subdirectory_reserved_names (line 2482) | function get_subdirectory_reserved_names() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/ms-load.php function is_subdomain_install (line 18) | function is_subdomain_install() { function wp_get_active_network_plugins (line 36) | function wp_get_active_network_plugins() { function ms_site_check (line 70) | function ms_site_check() { function get_network_by_path (line 130) | function get_network_by_path( $domain, $path, $segments = null ) { function wp_get_network (line 143) | function wp_get_network( $network ) { function get_site_by_path (line 165) | function get_site_by_path( $domain, $path, $segments = null ) { function ms_not_installed (line 277) | function ms_not_installed( $domain, $path ) { function get_current_site_name (line 336) | function get_current_site_name( $current_site ) { function wpmu_current_site (line 355) | function wpmu_current_site() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/nav-menu-template.php class Walker_Nav_Menu (line 16) | class Walker_Nav_Menu extends Walker { method start_lvl (line 47) | public function start_lvl( &$output, $depth = 0, $args = array() ) { method end_lvl (line 63) | public function end_lvl( &$output, $depth = 0, $args = array() ) { method start_el (line 82) | public function start_el( &$output, $item, $depth = 0, $args = array()... method end_el (line 213) | public function end_el( &$output, $item, $depth = 0, $args = array() ) { function wp_nav_menu (line 252) | function wp_nav_menu( $args = array() ) { function _wp_menu_item_classes_by_context (line 470) | function _wp_menu_item_classes_by_context( &$menu_items ) { function walk_nav_menu_tree (line 702) | function walk_nav_menu_tree( $items, $depth, $r ) { function _nav_menu_item_id_use_once (line 720) | function _nav_menu_item_id_use_once( $id, $item ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/nav-menu.php function wp_get_nav_menu_object (line 18) | function wp_get_nav_menu_object( $menu ) { function is_nav_menu (line 62) | function is_nav_menu( $menu ) { function register_nav_menus (line 88) | function register_nav_menus( $locations = array() ) { function unregister_nav_menu (line 104) | function unregister_nav_menu( $location ) { function register_nav_menu (line 125) | function register_nav_menu( $location, $description ) { function get_registered_nav_menus (line 137) | function get_registered_nav_menus() { function get_nav_menu_locations (line 151) | function get_nav_menu_locations() { function has_nav_menu (line 164) | function has_nav_menu( $location ) { function is_nav_menu_item (line 192) | function is_nav_menu_item( $menu_item_id = 0 ) { function wp_create_nav_menu (line 204) | function wp_create_nav_menu( $menu_name ) { function wp_delete_nav_menu (line 216) | function wp_delete_nav_menu( $menu ) { function wp_update_nav_menu_object (line 261) | function wp_update_nav_menu_object( $menu_id = 0, $menu_data = array() ) { function wp_update_nav_menu_item (line 354) | function wp_update_nav_menu_item( $menu_id = 0, $menu_item_db_id = 0, $m... function wp_get_nav_menus (line 530) | function wp_get_nav_menus( $args = array() ) { function _sort_nav_menu_items (line 559) | function _sort_nav_menu_items( $a, $b ) { function _is_valid_nav_menu_item (line 590) | function _is_valid_nav_menu_item( $item ) { function wp_get_nav_menu_items (line 606) | function wp_get_nav_menu_items( $menu, $args = array() ) { function wp_setup_nav_menu_item (line 719) | function wp_setup_nav_menu_item( $menu_item ) { function wp_get_associated_nav_menu_items (line 876) | function wp_get_associated_nav_menu_items( $object_id = 0, $object_type ... function _wp_delete_post_menu_item (line 920) | function _wp_delete_post_menu_item( $object_id = 0 ) { function _wp_delete_tax_menu_item (line 939) | function _wp_delete_tax_menu_item( $object_id = 0, $tt_id, $taxonomy ) { function _wp_auto_add_pages_to_menu (line 959) | function _wp_auto_add_pages_to_menu( $new_status, $old_status, $post ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/option.php function get_option (line 27) | function get_option( $option, $default = false ) { function wp_protect_special_option (line 146) | function wp_protect_special_option( $option ) { function form_option (line 158) | function form_option( $option ) { function wp_load_alloptions (line 171) | function wp_load_alloptions() { function wp_load_core_site_options (line 204) | function wp_load_core_site_options( $site_id = null ) { function update_option (line 250) | function update_option( $option, $value, $autoload = null ) { function add_option (line 395) | function add_option( $option, $value = '', $deprecated = '', $autoload =... function delete_option (line 488) | function delete_option( $option ) { function delete_transient (line 557) | function delete_transient( $transient ) { function get_transient (line 606) | function get_transient( $transient ) { function set_transient (line 679) | function set_transient( $transient, $value, $expiration = 0 ) { function wp_user_settings (line 784) | function wp_user_settings() { function get_user_setting (line 834) | function get_user_setting( $name, $default = false ) { function set_user_setting (line 852) | function set_user_setting( $name, $value ) { function delete_user_setting (line 874) | function delete_user_setting( $names ) { function get_all_user_settings (line 906) | function get_all_user_settings() { function wp_set_all_user_settings (line 947) | function wp_set_all_user_settings( $user_settings ) { function delete_all_user_settings (line 982) | function delete_all_user_settings() { function get_site_option (line 1005) | function get_site_option( $option, $default = false, $deprecated = true ) { function add_site_option (line 1023) | function add_site_option( $option, $value ) { function delete_site_option (line 1038) | function delete_site_option( $option ) { function update_site_option (line 1054) | function update_site_option( $option, $value ) { function get_network_option (line 1073) | function get_network_option( $network_id, $option, $default = false ) { function add_network_option (line 1190) | function add_network_option( $network_id, $option, $value ) { function delete_network_option (line 1299) | function delete_network_option( $network_id, $option ) { function update_network_option (line 1382) | function update_network_option( $network_id, $option, $value ) { function delete_site_transient (line 1485) | function delete_site_transient( $transient ) { function get_site_transient (line 1535) | function get_site_transient( $transient ) { function set_site_transient (line 1608) | function set_site_transient( $transient, $value, $expiration = 0 ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/pluggable-deprecated.php function set_current_user (line 32) | function set_current_user($id, $name = '') { function get_userdatabylogin (line 49) | function get_userdatabylogin($user_login) { function get_user_by_email (line 66) | function get_user_by_email($email) { function wp_setcookie (line 87) | function wp_setcookie($username, $password = '', $already_md5 = false, $... function wp_clearcookie (line 104) | function wp_clearcookie() { function wp_get_cookie_login (line 124) | function wp_get_cookie_login() { function wp_login (line 154) | function wp_login($username, $password, $deprecated = '') { class wp_atom_server (line 182) | class wp_atom_server { method __call (line 183) | public function __call( $name, $arguments ) { method __callStatic (line 187) | public static function __callStatic( $name, $arguments ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/pluggable.php function wp_set_current_user (line 26) | function wp_set_current_user($id, $name = '') { function wp_get_current_user (line 63) | function wp_get_current_user() { function get_currentuserinfo (line 86) | function get_currentuserinfo() { function get_userdata (line 144) | function get_userdata( $user_id ) { function get_user_by (line 160) | function get_user_by( $field, $value ) { function cache_users (line 183) | function cache_users( $user_ids ) { function wp_mail (line 235) | function wp_mail( $to, $subject, $message, $headers = '', $attachments =... function wp_authenticate (line 571) | function wp_authenticate($username, $password) { function wp_logout (line 618) | function wp_logout() { function wp_validate_auth_cookie (line 649) | function wp_validate_auth_cookie($cookie = '', $scheme = '') { function wp_generate_auth_cookie (line 758) | function wp_generate_auth_cookie( $user_id, $expiration, $scheme = 'auth... function wp_parse_auth_cookie (line 804) | function wp_parse_auth_cookie($cookie = '', $scheme = '') { function wp_set_auth_cookie (line 859) | function wp_set_auth_cookie( $user_id, $remember = false, $secure = '', ... function wp_clear_auth_cookie (line 969) | function wp_clear_auth_cookie() { function is_user_logged_in (line 1006) | function is_user_logged_in() { function auth_redirect (line 1019) | function auth_redirect() { function check_admin_referer (line 1107) | function check_admin_referer( $action = -1, $query_arg = '_wpnonce' ) { function check_ajax_referer (line 1150) | function check_ajax_referer( $action = -1, $query_arg = false, $die = tr... function wp_redirect (line 1197) | function wp_redirect($location, $status = 302) { function wp_sanitize_redirect (line 1242) | function wp_sanitize_redirect($location) { function _wp_sanitize_utf8_in_redirect (line 1273) | function _wp_sanitize_utf8_in_redirect( $matches ) { function wp_safe_redirect (line 1292) | function wp_safe_redirect($location, $status = 302) { function wp_validate_redirect (line 1327) | function wp_validate_redirect($location, $default = '') { function wp_notify_postauthor (line 1388) | function wp_notify_postauthor( $comment_id, $deprecated = null ) { function wp_notify_moderator (line 1586) | function wp_notify_moderator($comment_id) { function wp_password_change_notification (line 1720) | function wp_password_change_notification( $user ) { function wp_new_user_notification (line 1751) | function wp_new_user_notification( $user_id, $deprecated = null, $notify... function wp_nonce_tick (line 1809) | function wp_nonce_tick() { function wp_verify_nonce (line 1837) | function wp_verify_nonce( $nonce, $action = -1 ) { function wp_create_nonce (line 1900) | function wp_create_nonce($action = -1) { function wp_salt (line 1951) | function wp_salt( $scheme = 'auth' ) { function wp_hash (line 2031) | function wp_hash($data, $scheme = 'auth') { function wp_hash_password (line 2052) | function wp_hash_password($password) { function wp_check_password (line 2087) | function wp_check_password($password, $hash, $user_id = '') { function wp_generate_password (line 2140) | function wp_generate_password( $length = 12, $special_chars = true, $ext... function wp_rand (line 2178) | function wp_rand( $min = 0, $max = 0 ) { function wp_set_password (line 2259) | function wp_set_password( $password, $user_id ) { function get_avatar (line 2304) | function get_avatar( $id_or_email, $size = 96, $default = '', $alt = '',... function wp_text_diff (line 2446) | function wp_text_diff( $left_string, $right_string, $args = null ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/plugin.php function add_filter (line 103) | function add_filter( $tag, $function_to_add, $priority = 10, $accepted_a... function has_filter (line 128) | function has_filter($tag, $function_to_check = false) { function apply_filters (line 199) | function apply_filters( $tag, $value ) { function apply_filters_ref_array (line 261) | function apply_filters_ref_array($tag, $args) { function remove_filter (line 321) | function remove_filter( $tag, $function_to_remove, $priority = 10 ) { function remove_all_filters (line 352) | function remove_all_filters( $tag, $priority = false ) { function current_filter (line 377) | function current_filter() { function current_action (line 389) | function current_action() { function doing_filter (line 414) | function doing_filter( $filter = null ) { function doing_action (line 433) | function doing_action( $action = null ) { function add_action (line 457) | function add_action($tag, $function_to_add, $priority = 10, $accepted_ar... function do_action (line 482) | function do_action($tag, $arg = '') { function did_action (line 542) | function did_action($tag) { function do_action_ref_array (line 566) | function do_action_ref_array($tag, $args) { function has_action (line 624) | function has_action($tag, $function_to_check = false) { function remove_action (line 642) | function remove_action( $tag, $function_to_remove, $priority = 10 ) { function remove_all_actions (line 655) | function remove_all_actions($tag, $priority = false) { function plugin_basename (line 675) | function plugin_basename( $file ) { function wp_register_plugin_realpath (line 710) | function wp_register_plugin_realpath( $file ) { function plugin_dir_path (line 742) | function plugin_dir_path( $file ) { function plugin_dir_url (line 754) | function plugin_dir_url( $file ) { function register_activation_hook (line 776) | function register_activation_hook($file, $function) { function register_deactivation_hook (line 799) | function register_deactivation_hook($file, $function) { function register_uninstall_hook (line 830) | function register_uninstall_hook( $file, $callback ) { function _wp_call_all_hook (line 865) | function _wp_call_all_hook($args) { function _wp_filter_build_unique_id (line 911) | function _wp_filter_build_unique_id($tag, $function, $priority) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/pomo/entry.php class Translation_Entry (line 14) | class Translation_Entry { method __construct (line 43) | function __construct( $args = array() ) { method Translation_Entry (line 61) | public function Translation_Entry( $args = array() ) { method key (line 70) | function key() { method merge_with (line 84) | function merge_with(&$other) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/pomo/mo.php class MO (line 14) | class MO extends Gettext_Translations { method import_from_file (line 23) | function import_from_file($filename) { method export_to_file (line 34) | function export_to_file($filename) { method export (line 45) | function export() { method is_entry_good_for_export (line 57) | function is_entry_good_for_export( $entry ) { method export_to_file_handle (line 73) | function export_to_file_handle($fh) { method export_original (line 123) | function export_original($entry) { method export_translations (line 135) | function export_translations($entry) { method export_headers (line 143) | function export_headers() { method get_byteorder (line 155) | function get_byteorder($magic) { method import_from_reader (line 175) | function import_from_reader($reader) { method make_entry (line 267) | function &make_entry($original, $translation) { method select_plural_form (line 291) | function select_plural_form($count) { method get_plural_forms_count (line 298) | function get_plural_forms_count() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/pomo/po.php class PO (line 22) | class PO extends Gettext_Translations { method export_headers (line 31) | function export_headers() { method export_entries (line 49) | function export_entries() { method export (line 60) | function export($include_headers = true) { method export_to_file (line 77) | function export_to_file($filename, $include_headers = true) { method set_comment_before_headers (line 91) | function set_comment_before_headers( $text ) { method poify (line 102) | public static function poify($string) { method unpoify (line 133) | public static function unpoify($string) { method prepend_each_line (line 169) | public static function prepend_each_line($string, $with) { method comment_block (line 189) | public static function comment_block($text, $char=' ') { method export_entry (line 202) | public static function export_entry(&$entry) { method match_begin_and_end_newlines (line 226) | public static function match_begin_and_end_newlines( $translation, $or... method import_from_file (line 259) | function import_from_file($filename) { method read_entry (line 287) | function read_entry($f, $lineno = 0) { method read_line (line 400) | function read_line($f, $action = 'read') { method add_comment_to_entry (line 422) | function add_comment_to_entry(&$entry, $po_comment_line) { method trim_quotes (line 440) | public static function trim_quotes($s) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/pomo/streams.php class POMO_Reader (line 12) | class POMO_Reader { method __construct (line 20) | function __construct() { method POMO_Reader (line 28) | public function POMO_Reader() { method setEndian (line 37) | function setEndian($endian) { method readint32 (line 47) | function readint32() { method readint32array (line 63) | function readint32array($count) { method substr (line 77) | function substr($string, $start, $length) { method strlen (line 89) | function strlen($string) { method str_split (line 102) | function str_split($string, $chunk_size) { method pos (line 117) | function pos() { method is_resource (line 124) | function is_resource() { method close (line 131) | function close() { class POMO_FileReader (line 138) | class POMO_FileReader extends POMO_Reader { method __construct (line 143) | function __construct( $filename ) { method POMO_FileReader (line 151) | public function POMO_FileReader( $filename ) { method read (line 158) | function read($bytes) { method seekto (line 166) | function seekto($pos) { method is_resource (line 177) | function is_resource() { method feof (line 184) | function feof() { method close (line 191) | function close() { method read_all (line 198) | function read_all() { class POMO_StringReader (line 212) | class POMO_StringReader extends POMO_Reader { method __construct (line 219) | function __construct( $str = '' ) { method POMO_StringReader (line 228) | public function POMO_StringReader( $str = '' ) { method read (line 236) | function read($bytes) { method seekto (line 247) | function seekto($pos) { method length (line 256) | function length() { method read_all (line 263) | function read_all() { class POMO_CachedFileReader (line 274) | class POMO_CachedFileReader extends POMO_StringReader { method __construct (line 278) | function __construct( $filename ) { method POMO_CachedFileReader (line 289) | public function POMO_CachedFileReader( $filename ) { class POMO_CachedIntFileReader (line 299) | class POMO_CachedIntFileReader extends POMO_CachedFileReader { method __construct (line 303) | public function __construct( $filename ) { method POMO_CachedIntFileReader (line 310) | function POMO_CachedIntFileReader( $filename ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/pomo/translations.php class Translations (line 13) | class Translations { method add_entry (line 23) | function add_entry($entry) { method add_entry_or_merge (line 37) | function add_entry_or_merge($entry) { method set_header (line 60) | function set_header($header, $value) { method set_headers (line 67) | function set_headers($headers) { method get_header (line 76) | function get_header($header) { method translate_entry (line 83) | function translate_entry(&$entry) { method translate (line 93) | function translate($singular, $context=null) { method select_plural_form (line 110) | function select_plural_form($count) { method get_plural_forms_count (line 117) | function get_plural_forms_count() { method translate_plural (line 127) | function translate_plural($singular, $plural, $count, $context = null) { method merge_with (line 146) | function merge_with(&$other) { method merge_originals_with (line 155) | function merge_originals_with(&$other) { class Gettext_Translations (line 165) | class Gettext_Translations extends Translations { method gettext_select_plural_form (line 174) | function gettext_select_plural_form($count) { method nplurals_and_expression_from_header (line 187) | function nplurals_and_expression_from_header($header) { method make_plural_form_function (line 203) | function make_plural_form_function($nplurals, $expression) { method parenthesize_plural_exression (line 218) | function parenthesize_plural_exression($expression) { method make_headers (line 247) | function make_headers($translation) { method set_header (line 264) | function set_header($header, $value) { class NOOP_Translations (line 279) | class NOOP_Translations { method add_entry (line 283) | function add_entry($entry) { method set_header (line 292) | function set_header($header, $value) { method set_headers (line 299) | function set_headers($headers) { method get_header (line 306) | function get_header($header) { method translate_entry (line 314) | function translate_entry(&$entry) { method translate (line 322) | function translate($singular, $context=null) { method select_plural_form (line 331) | function select_plural_form($count) { method get_plural_forms_count (line 338) | function get_plural_forms_count() { method translate_plural (line 348) | function translate_plural($singular, $plural, $count, $context = null) { method merge_with (line 355) | function merge_with(&$other) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/post-formats.php function get_post_format (line 17) | function get_post_format( $post = null ) { function has_post_format (line 43) | function has_post_format( $format = array(), $post = null ) { function set_post_format (line 64) | function set_post_format( $post, $format ) { function get_post_format_strings (line 88) | function get_post_format_strings() { function get_post_format_slugs (line 111) | function get_post_format_slugs() { function get_post_format_string (line 124) | function get_post_format_string( $slug ) { function get_post_format_link (line 140) | function get_post_format_link( $format ) { function _post_format_request (line 156) | function _post_format_request( $qvs ) { function _post_format_link (line 181) | function _post_format_link( $link, $term, $taxonomy ) { function _post_format_get_term (line 203) | function _post_format_get_term( $term ) { function _post_format_get_terms (line 221) | function _post_format_get_terms( $terms, $taxonomies, $args ) { function _post_format_wp_get_object_terms (line 247) | function _post_format_wp_get_object_terms( $terms ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/post-template.php function the_ID (line 16) | function the_ID() { function get_the_ID (line 27) | function get_the_ID() { function the_title (line 42) | function the_title( $before = '', $after = '', $echo = true ) { function the_title_attribute (line 78) | function the_title_attribute( $args = '' ) { function get_the_title (line 110) | function get_the_title( $post = 0 ) { function the_guid (line 174) | function the_guid( $id = 0 ) { function get_the_guid (line 199) | function get_the_guid( $id = 0 ) { function the_content (line 220) | function the_content( $more_link_text = null, $strip_teaser = false) { function get_the_content (line 250) | function get_the_content( $more_link_text = null, $strip_teaser = false ) { function _convert_urlencoded_to_entities (line 323) | function _convert_urlencoded_to_entities( $match ) { function the_excerpt (line 332) | function the_excerpt() { function get_the_excerpt (line 354) | function get_the_excerpt( $deprecated = '' ) { function has_excerpt (line 385) | function has_excerpt( $id = 0 ) { function post_class (line 398) | function post_class( $class = '', $post_id = null ) { function get_post_class (line 422) | function get_post_class( $class = '', $post_id = null ) { function body_class (line 530) | function body_class( $class = '' ) { function get_body_class (line 545) | function get_body_class( $class = '' ) { function post_password_required (line 750) | function post_password_required( $post = null ) { function wp_link_pages (line 807) | function wp_link_pages( $args = '' ) { function _wp_link_page (line 908) | function _wp_link_page( $i ) { function post_custom (line 949) | function post_custom( $key = '' ) { function the_meta (line 968) | function the_meta() { function wp_dropdown_pages (line 1025) | function wp_dropdown_pages( $args = '' ) { function wp_list_pages (line 1117) | function wp_list_pages( $args = '' ) { function wp_page_menu (line 1223) | function wp_page_menu( $args = array() ) { function walk_page_tree (line 1342) | function walk_page_tree( $pages, $depth, $current_page, $r ) { function walk_page_dropdown_tree (line 1366) | function walk_page_dropdown_tree() { function the_attachment_link (line 1390) | function the_attachment_link( $id = 0, $fullsize = false, $deprecated = ... function wp_get_attachment_link (line 1417) | function wp_get_attachment_link( $id = 0, $size = 'thumbnail', $permalin... function prepend_attachment (line 1461) | function prepend_attachment($content) { function get_the_password_form (line 1513) | function get_the_password_form( $post = 0 ) { function is_page_template (line 1548) | function is_page_template( $template = '' ) { function get_page_template_slug (line 1580) | function get_page_template_slug( $post_id = null ) { function wp_post_revision_title (line 1599) | function wp_post_revision_title( $revision, $link = true ) { function wp_post_revision_title_expanded (line 1634) | function wp_post_revision_title_expanded( $revision, $link = true ) { function wp_list_post_revisions (line 1692) | function wp_list_post_revisions( $post_id = 0, $type = 'all' ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/post-thumbnail-template.php function has_post_thumbnail (line 21) | function has_post_thumbnail( $post = null ) { function get_post_thumbnail_id (line 34) | function get_post_thumbnail_id( $post = null ) { function the_post_thumbnail (line 61) | function the_post_thumbnail( $size = 'post-thumbnail', $attr = '' ) { function update_post_thumbnail_cache (line 74) | function update_post_thumbnail_cache( $wp_query = null ) { function get_the_post_thumbnail (line 114) | function get_the_post_thumbnail( $post = null, $size = 'post-thumbnail',... function get_the_post_thumbnail_url (line 190) | function get_the_post_thumbnail_url( $post = null, $size = 'post-thumbna... function the_post_thumbnail_url (line 207) | function the_post_thumbnail_url( $size = 'post-thumbnail' ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/post.php function create_initial_post_types (line 18) | function create_initial_post_types() { function get_attached_file (line 187) | function get_attached_file( $attachment_id, $unfiltered = false ) { function update_attached_file (line 218) | function update_attached_file( $attachment_id, $file ) { function _wp_relative_upload_path (line 248) | function _wp_relative_upload_path( $path ) { function get_children (line 320) | function get_children( $args = '', $output = OBJECT ) { function get_extended (line 389) | function get_extended( $post ) { function get_post (line 426) | function get_post( $post = null, $output = OBJECT, $filter = 'raw' ) { function get_post_ancestors (line 466) | function get_post_ancestors( $post ) { function get_post_field (line 506) | function get_post_field( $field, $post, $context = 'display' ) { function get_post_mime_type (line 529) | function get_post_mime_type( $ID = '' ) { function get_post_status (line 549) | function get_post_status( $ID = '' ) { function get_post_statuses (line 596) | function get_post_statuses() { function get_page_statuses (line 617) | function get_page_statuses() { function register_post_status (line 670) | function register_post_status( $post_status, $args = array() ) { function get_post_status_object (line 747) | function get_post_status_object( $post_status ) { function get_post_stati (line 773) | function get_post_stati( $args = array(), $output = 'names', $operator =... function is_post_type_hierarchical (line 793) | function is_post_type_hierarchical( $post_type ) { function post_type_exists (line 811) | function post_type_exists( $post_type ) { function get_post_type (line 823) | function get_post_type( $post = null ) { function get_post_type_object (line 842) | function get_post_type_object( $post_type ) { function get_post_types (line 870) | function get_post_types( $args = array(), $output = 'names', $operator =... function register_post_type (line 993) | function register_post_type( $post_type, $args = array() ) { function get_post_type_capabilities (line 1244) | function get_post_type_capabilities( $args ) { function _post_type_meta_capabilities (line 1300) | function _post_type_meta_capabilities( $capabilities = null ) { function get_post_type_labels (line 1358) | function get_post_type_labels( $post_type_object ) { function _get_custom_object_labels (line 1422) | function _get_custom_object_labels( $object, $nohier_vs_hier_defaults ) { function _add_post_type_submenus (line 1460) | function _add_post_type_submenus() { function add_post_type_support (line 1490) | function add_post_type_support( $post_type, $feature ) { function remove_post_type_support (line 1512) | function remove_post_type_support( $post_type, $feature ) { function get_all_post_type_supports (line 1528) | function get_all_post_type_supports( $post_type ) { function post_type_supports (line 1548) | function post_type_supports( $post_type, $feature ) { function set_post_type (line 1568) | function set_post_type( $post_id = 0, $post_type = 'post' ) { function is_post_type_viewable (line 1590) | function is_post_type_viewable( $post_type_object ) { function get_posts (line 1618) | function get_posts( $args = null ) { function add_post_meta (line 1668) | function add_post_meta( $post_id, $meta_key, $meta_value, $unique = fals... function delete_post_meta (line 1691) | function delete_post_meta( $post_id, $meta_key, $meta_value = '' ) { function get_post_meta (line 1711) | function get_post_meta( $post_id, $key = '', $single = false ) { function update_post_meta (line 1733) | function update_post_meta( $post_id, $meta_key, $meta_value, $prev_value... function delete_post_meta_by_key (line 1749) | function delete_post_meta_by_key( $post_meta_key ) { function get_post_custom (line 1764) | function get_post_custom( $post_id = 0 ) { function get_post_custom_keys (line 1782) | function get_post_custom_keys( $post_id = 0 ) { function get_post_custom_values (line 1804) | function get_post_custom_values( $key = '', $post_id = 0 ) { function is_sticky (line 1824) | function is_sticky( $post_id = 0 ) { function sanitize_post (line 1858) | function sanitize_post( $post, $context = 'display' ) { function sanitize_post_field (line 1898) | function sanitize_post_field( $field, $value, $post_id, $context = 'disp... function stick_post (line 2044) | function stick_post( $post_id ) { function unstick_post (line 2065) | function unstick_post( $post_id ) { function _count_posts_cache_key (line 2092) | function _count_posts_cache_key( $type = 'post', $perm = '' ) { function wp_count_posts (line 2122) | function wp_count_posts( $type = 'post', $perm = '' ) { function wp_count_attachments (line 2187) | function wp_count_attachments( $mime_type = '' ) { function get_post_mime_types (line 2219) | function get_post_mime_types() { function wp_match_mime_types (line 2250) | function wp_match_mime_types( $wildcard_mime_types, $real_mime_types ) { function wp_post_mime_type_where (line 2298) | function wp_post_mime_type_where( $post_mime_types, $table_alias = '' ) { function wp_delete_post (line 2359) | function wp_delete_post( $postid = 0, $force_delete = false ) { function _reset_front_page_settings_for_post (line 2490) | function _reset_front_page_settings_for_post( $post_id ) { function wp_trash_post (line 2521) | function wp_trash_post( $post_id = 0 ) { function wp_untrash_post (line 2568) | function wp_untrash_post( $post_id = 0 ) { function wp_trash_post_comments (line 2617) | function wp_trash_post_comments( $post = null ) { function wp_untrash_post_comments (line 2673) | function wp_untrash_post_comments( $post = null ) { function wp_get_post_categories (line 2739) | function wp_get_post_categories( $post_id = 0, $args = array() ) { function wp_get_post_tags (line 2763) | function wp_get_post_tags( $post_id = 0, $args = array() ) { function wp_get_post_terms (line 2783) | function wp_get_post_terms( $post_id = 0, $taxonomy = 'post_tag', $args ... function wp_get_recent_posts (line 2805) | function wp_get_recent_posts( $args = array(), $output = ARRAY_A ) { function wp_insert_post (line 2894) | function wp_insert_post( $postarr, $wp_error = false ) { function wp_update_post (line 3414) | function wp_update_post( $postarr = array(), $wp_error = false ) { function wp_publish_post (line 3470) | function wp_publish_post( $post ) { function check_and_publish_future_post (line 3510) | function check_and_publish_future_post( $post_id ) { function wp_unique_post_slug (line 3547) | function wp_unique_post_slug( $slug, $post_ID, $post_status, $post_type,... function _truncate_post_slug (line 3685) | function _truncate_post_slug( $slug, $length = 200 ) { function wp_add_post_tags (line 3709) | function wp_add_post_tags( $post_id = 0, $tags = '' ) { function wp_set_post_tags (line 3727) | function wp_set_post_tags( $post_id = 0, $tags = '', $append = false ) { function wp_set_post_terms (line 3746) | function wp_set_post_terms( $post_id = 0, $tags = '', $taxonomy = 'post_... function wp_set_post_categories (line 3789) | function wp_set_post_categories( $post_ID = 0, $post_categories = array(... function wp_transition_post_status (line 3830) | function wp_transition_post_status( $new_status, $old_status, $post ) { function add_ping (line 3891) | function add_ping( $post_id, $uri ) { function get_enclosed (line 3921) | function get_enclosed( $post_id ) { function get_pung (line 3957) | function get_pung( $post_id ) { function get_to_ping (line 3983) | function get_to_ping( $post_id ) { function trackback_url_list (line 4007) | function trackback_url_list( $tb_list, $post_id ) { function get_all_page_ids (line 4040) | function get_all_page_ids() { function get_page (line 4067) | function get_page( $page, $output = OBJECT, $filter = 'raw') { function get_page_by_path (line 4084) | function get_page_by_path( $page_path, $output = OBJECT, $post_type = 'p... function get_page_by_title (line 4154) | function get_page_by_title( $page_title, $output = OBJECT, $post_type = ... function get_page_children (line 4193) | function get_page_children( $page_id, $pages ) { function get_page_hierarchy (line 4234) | function get_page_hierarchy( &$pages, $page_id = 0 ) { function _page_traverse_name (line 4264) | function _page_traverse_name( $page_id, &$children, &$result ){ function get_page_uri (line 4283) | function get_page_uri( $page ) { function get_pages (line 4351) | function get_pages( $args = array() ) { function is_local_attachment (line 4616) | function is_local_attachment($url) { function wp_insert_attachment (line 4652) | function wp_insert_attachment( $args, $file = false, $parent = 0 ) { function wp_delete_attachment (line 4688) | function wp_delete_attachment( $post_id, $force_delete = false ) { function wp_get_attachment_metadata (line 4794) | function wp_get_attachment_metadata( $post_id = 0, $unfiltered = false ) { function wp_update_attachment_metadata (line 4825) | function wp_update_attachment_metadata( $post_id, $data ) { function wp_get_attachment_url (line 4854) | function wp_get_attachment_url( $post_id = 0 ) { function wp_get_attachment_thumb_file (line 4918) | function wp_get_attachment_thumb_file( $post_id = 0 ) { function wp_get_attachment_thumb_url (line 4949) | function wp_get_attachment_thumb_url( $post_id = 0 ) { function wp_attachment_is (line 4985) | function wp_attachment_is( $type, $post_id = 0 ) { function wp_attachment_is_image (line 5035) | function wp_attachment_is_image( $post = 0 ) { function wp_mime_type_icon (line 5047) | function wp_mime_type_icon( $mime = 0 ) { function wp_check_for_changed_slugs (line 5186) | function wp_check_for_changed_slugs( $post_id, $post, $post_before ) { function get_private_posts_cap_sql (line 5224) | function get_private_posts_cap_sql( $post_type ) { function get_posts_by_author_sql (line 5245) | function get_posts_by_author_sql( $post_type, $full = true, $post_author... function get_lastpostdate (line 5329) | function get_lastpostdate( $timezone = 'server', $post_type = 'any' ) { function get_lastpostmodified (line 5358) | function get_lastpostmodified( $timezone = 'server', $post_type = 'any' ) { function _get_last_post_time (line 5409) | function _get_last_post_time( $timezone, $field, $post_type = 'any' ) { function update_post_cache (line 5462) | function update_post_cache( &$posts ) { function clean_post_cache (line 5485) | function clean_post_cache( $post ) { function update_post_caches (line 5538) | function update_post_caches( &$posts, $post_type = 'post', $update_term_... function update_postmeta_cache (line 5587) | function update_postmeta_cache( $post_ids ) { function clean_attachment_cache (line 5606) | function clean_attachment_cache( $id, $clean_terms = false ) { function _transition_post_status (line 5647) | function _transition_post_status( $new_status, $old_status, $post ) { function _future_post_hook (line 5698) | function _future_post_hook( $deprecated, $post ) { function _publish_post_hook (line 5713) | function _publish_post_hook( $post_id ) { function wp_get_post_parent_id (line 5744) | function wp_get_post_parent_id( $post_ID ) { function wp_check_post_hierarchy_for_loops (line 5765) | function wp_check_post_hierarchy_for_loops( $post_parent, $post_ID ) { function set_post_thumbnail (line 5802) | function set_post_thumbnail( $post, $thumbnail_id ) { function delete_post_thumbnail (line 5822) | function delete_post_thumbnail( $post ) { function wp_delete_auto_drafts (line 5836) | function wp_delete_auto_drafts() { function _update_term_count_on_transition_post_status (line 5860) | function _update_term_count_on_transition_post_status( $new_status, $old... function _prime_post_caches (line 5882) | function _prime_post_caches( $ids, $update_term_cache = true, $update_me... FILE: Docker/security/apparmor/wordpress/html/wp-includes/query.php function get_query_var (line 26) | function get_query_var( $var, $default = '' ) { function get_queried_object (line 43) | function get_queried_object() { function get_queried_object_id (line 59) | function get_queried_object_id() { function set_query_var (line 74) | function set_query_var( $var, $value ) { function query_posts (line 92) | function query_posts($query) { function wp_reset_query (line 109) | function wp_reset_query() { function wp_reset_postdata (line 122) | function wp_reset_postdata() { function is_archive (line 145) | function is_archive() { function is_post_type_archive (line 166) | function is_post_type_archive( $post_types = '' ) { function is_attachment (line 187) | function is_attachment( $attachment = '' ) { function is_author (line 211) | function is_author( $author = '' ) { function is_category (line 235) | function is_category( $category = '' ) { function is_tag (line 259) | function is_tag( $tag = '' ) { function is_tax (line 288) | function is_tax( $taxonomy = '', $term = '' ) { function is_comments_popup (line 308) | function is_comments_popup() { function is_date (line 328) | function is_date() { function is_day (line 348) | function is_day() { function is_feed (line 369) | function is_feed( $feeds = '' ) { function is_comment_feed (line 389) | function is_comment_feed() { function is_front_page (line 418) | function is_front_page() { function is_home (line 447) | function is_home() { function is_month (line 467) | function is_month() { function is_page (line 494) | function is_page( $page = '' ) { function is_paged (line 514) | function is_paged() { function is_preview (line 534) | function is_preview() { function is_robots (line 554) | function is_robots() { function is_search (line 574) | function is_search() { function is_single (line 603) | function is_single( $post = '' ) { function is_singular (line 630) | function is_singular( $post_types = '' ) { function is_time (line 650) | function is_time() { function is_trackback (line 670) | function is_trackback() { function is_year (line 690) | function is_year() { function is_404 (line 710) | function is_404() { function is_embed (line 730) | function is_embed() { function is_main_query (line 750) | function is_main_query() { function have_posts (line 780) | function have_posts() { function in_the_loop (line 794) | function in_the_loop() { function rewind_posts (line 806) | function rewind_posts() { function the_post (line 818) | function the_post() { function have_comments (line 836) | function have_comments() { function the_comment (line 850) | function the_comment() { class WP_Query (line 866) | class WP_Query { method init_query_flags (line 1372) | private function init_query_flags() { method init (line 1408) | public function init() { method parse_query_vars (line 1436) | public function parse_query_vars() { method fill_query_vars (line 1449) | public function fill_query_vars($array) { method parse_query (line 1614) | public function parse_query( $query = '' ) { method parse_tax_query (line 1919) | public function parse_tax_query( &$q ) { method parse_search (line 2149) | protected function parse_search( &$q ) { method parse_search_terms (line 2221) | protected function parse_search_terms( $terms ) { method get_search_stopwords (line 2254) | protected function get_search_stopwords() { method parse_search_order (line 2291) | protected function parse_search_order( &$q ) { method parse_orderby (line 2348) | protected function parse_orderby( $orderby ) { method parse_order (line 2430) | protected function parse_order( $order ) { method set_404 (line 2448) | public function set_404() { method get (line 2469) | public function get( $query_var, $default = '' ) { method set (line 2486) | public function set($query_var, $value) { method get_posts (line 2503) | public function get_posts() { method set_found_posts (line 3812) | private function set_found_posts( $q, $limits ) { method next_post (line 3856) | public function next_post() { method the_post (line 3875) | public function the_post() { method have_posts (line 3903) | public function have_posts() { method rewind_posts (line 3929) | public function rewind_posts() { method next_comment (line 3944) | public function next_comment() { method the_comment (line 3958) | public function the_comment() { method have_comments (line 3983) | public function have_comments() { method rewind_comments (line 3999) | public function rewind_comments() { method query (line 4015) | public function query( $query ) { method get_queried_object (line 4033) | public function get_queried_object() { method get_queried_object_id (line 4107) | public function get_queried_object_id() { method __construct (line 4127) | public function __construct($query = '') { method __get (line 4142) | public function __get( $name ) { method __isset (line 4157) | public function __isset( $name ) { method __call (line 4173) | public function __call( $name, $arguments ) { method is_archive (line 4189) | public function is_archive() { method is_post_type_archive (line 4201) | public function is_post_type_archive( $post_types = '' ) { method is_attachment (line 4221) | public function is_attachment( $attachment = '' ) { method is_author (line 4255) | public function is_author( $author = '' ) { method is_category (line 4287) | public function is_category( $category = '' ) { method is_tag (line 4319) | public function is_tag( $tag = '' ) { method is_tax (line 4358) | public function is_tax( $taxonomy = '', $term = '' ) { method is_comments_popup (line 4393) | public function is_comments_popup() { method is_date (line 4404) | public function is_date() { method is_day (line 4415) | public function is_day() { method is_feed (line 4427) | public function is_feed( $feeds = '' ) { method is_comment_feed (line 4443) | public function is_comment_feed() { method is_front_page (line 4463) | public function is_front_page() { method is_home (line 4489) | public function is_home() { method is_month (line 4500) | public function is_month() { method is_page (line 4518) | public function is_page( $page = '' ) { method is_paged (line 4558) | public function is_paged() { method is_preview (line 4569) | public function is_preview() { method is_robots (line 4580) | public function is_robots() { method is_search (line 4591) | public function is_search() { method is_single (line 4611) | public function is_single( $post = '' ) { method is_singular (line 4657) | public function is_singular( $post_types = '' ) { method is_time (line 4673) | public function is_time() { method is_trackback (line 4684) | public function is_trackback() { method is_year (line 4695) | public function is_year() { method is_404 (line 4706) | public function is_404() { method is_embed (line 4717) | public function is_embed() { method is_main_query (line 4730) | public function is_main_query() { method setup_postdata (line 4754) | public function setup_postdata( $post ) { method reset_postdata (line 4850) | public function reset_postdata() { method lazyload_term_meta (line 4879) | public function lazyload_term_meta( $check, $term_id ) { method lazyload_comment_meta (line 4945) | public function lazyload_comment_meta( $check, $comment_id ) { function wp_old_slug_redirect (line 4988) | function wp_old_slug_redirect() { function setup_postdata (line 5068) | function setup_postdata( $post ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/random_compat/byte_safe_strings.php function RandomCompat_strlen (line 46) | function RandomCompat_strlen($binary_string) function RandomCompat_strlen (line 67) | function RandomCompat_strlen($binary_string) function RandomCompat_substr (line 98) | function RandomCompat_substr($binary_string, $start, $length = null) function RandomCompat_substr (line 137) | function RandomCompat_substr($binary_string, $start, $length = null) FILE: Docker/security/apparmor/wordpress/html/wp-includes/random_compat/cast_to_int.php function RandomCompat_intval (line 45) | function RandomCompat_intval($number, $fail_open = false) FILE: Docker/security/apparmor/wordpress/html/wp-includes/random_compat/error_polyfill.php class Error (line 31) | class Error extends Exception class TypeError (line 38) | class TypeError extends Error FILE: Docker/security/apparmor/wordpress/html/wp-includes/random_compat/random.php function random_bytes (line 133) | function random_bytes() FILE: Docker/security/apparmor/wordpress/html/wp-includes/random_compat/random_bytes_com_dotnet.php function random_bytes (line 40) | function random_bytes($bytes) FILE: Docker/security/apparmor/wordpress/html/wp-includes/random_compat/random_bytes_dev_urandom.php function random_bytes (line 46) | function random_bytes($bytes) FILE: Docker/security/apparmor/wordpress/html/wp-includes/random_compat/random_bytes_libsodium.php function random_bytes (line 42) | function random_bytes($bytes) FILE: Docker/security/apparmor/wordpress/html/wp-includes/random_compat/random_bytes_mcrypt.php function random_bytes (line 42) | function random_bytes($bytes) FILE: Docker/security/apparmor/wordpress/html/wp-includes/random_compat/random_bytes_openssl.php function random_bytes (line 42) | function random_bytes($bytes) FILE: Docker/security/apparmor/wordpress/html/wp-includes/random_compat/random_int.php function random_int (line 39) | function random_int($min, $max) FILE: Docker/security/apparmor/wordpress/html/wp-includes/rest-api.php function register_rest_route (line 32) | function register_rest_route( $namespace, $route, $args = array(), $over... function rest_api_init (line 81) | function rest_api_init() { function rest_api_register_rewrites (line 95) | function rest_api_register_rewrites() { function rest_api_default_filters (line 108) | function rest_api_default_filters() { function rest_api_loaded (line 130) | function rest_api_loaded() { function rest_get_url_prefix (line 185) | function rest_get_url_prefix() { function get_rest_url (line 210) | function get_rest_url( $blog_id = null, $path = '/', $scheme = 'rest' ) { function rest_url (line 259) | function rest_url( $path = '', $scheme = 'json' ) { function rest_do_request (line 275) | function rest_do_request( $request ) { function rest_ensure_request (line 289) | function rest_ensure_request( $request ) { function rest_ensure_response (line 310) | function rest_ensure_response( $response ) { function rest_handle_deprecated_function (line 331) | function rest_handle_deprecated_function( $function, $replacement, $vers... function rest_handle_deprecated_argument (line 352) | function rest_handle_deprecated_argument( $function, $replacement, $vers... function rest_send_cors_headers (line 372) | function rest_send_cors_headers( $value ) { function rest_handle_options_request (line 397) | function rest_handle_options_request( $response, $handler, $request ) { function rest_send_allow_header (line 434) | function rest_send_allow_header( $response, $server, $request ) { function rest_output_rsd (line 477) | function rest_output_rsd() { function rest_output_link_wp_head (line 495) | function rest_output_link_wp_head() { function rest_output_link_header (line 510) | function rest_output_link_header() { function rest_cookie_check_errors (line 539) | function rest_cookie_check_errors( $result ) { function rest_cookie_collect_status (line 590) | function rest_cookie_collect_status() { function rest_parse_date (line 613) | function rest_parse_date( $date, $force_utc = false ) { function rest_get_date_with_gmt (line 639) | function rest_get_date_with_gmt( $date, $force_utc = false ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/rest-api/class-wp-rest-request.php class WP_REST_Request (line 23) | class WP_REST_Request implements ArrayAccess { method __construct (line 115) | public function __construct( $method = '', $route = '', $attributes = ... method get_method (line 141) | public function get_method() { method set_method (line 153) | public function set_method( $method ) { method get_headers (line 165) | public function get_headers() { method canonicalize_header_name (line 189) | public static function canonicalize_header_name( $key ) { method get_header (line 209) | public function get_header( $key ) { method get_header_as_array (line 228) | public function get_header_as_array( $key ) { method set_header (line 247) | public function set_header( $key, $value ) { method add_header (line 263) | public function add_header( $key, $value ) { method remove_header (line 282) | public function remove_header( $key ) { method set_headers (line 295) | public function set_headers( $headers, $override = true ) { method get_content_type (line 313) | public function get_content_type() { method get_parameter_order (line 348) | protected function get_parameter_order() { method get_param (line 396) | public function get_param( $key ) { method set_param (line 418) | public function set_param( $key, $value ) { method get_params (line 441) | public function get_params() { method get_url_params (line 463) | public function get_url_params() { method set_url_params (line 477) | public function set_url_params( $params ) { method get_query_params (line 491) | public function get_query_params() { method set_query_params (line 505) | public function set_query_params( $params ) { method get_body_params (line 519) | public function get_body_params() { method set_body_params (line 533) | public function set_body_params( $params ) { method get_file_params (line 547) | public function get_file_params() { method set_file_params (line 561) | public function set_file_params( $params ) { method get_default_params (line 575) | public function get_default_params() { method set_default_params (line 589) | public function set_default_params( $params ) { method get_body (line 601) | public function get_body() { method set_body (line 613) | public function set_body( $data ) { method get_json_params (line 630) | public function get_json_params() { method parse_json_params (line 645) | protected function parse_json_params() { method parse_body_params (line 683) | protected function parse_body_params() { method get_route (line 726) | public function get_route() { method set_route (line 738) | public function set_route( $route ) { method get_attributes (line 752) | public function get_attributes() { method set_attributes (line 764) | public function set_attributes( $attributes ) { method sanitize_params (line 779) | public function sanitize_params() { method has_valid_params (line 813) | public function has_valid_params() { method offsetExists (line 876) | public function offsetExists( $offset ) { method offsetGet (line 897) | public function offsetGet( $offset ) { method offsetSet (line 910) | public function offsetSet( $offset, $value ) { method offsetUnset (line 922) | public function offsetUnset( $offset ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/rest-api/class-wp-rest-response.php class WP_REST_Response (line 17) | class WP_REST_Response extends WP_HTTP_Response { method add_link (line 62) | public function add_link( $rel, $href, $attributes = array() ) { method remove_link (line 88) | public function remove_link( $rel, $href = null ) { method add_links (line 117) | public function add_links( $links ) { method get_links (line 138) | public function get_links() { method link_header (line 158) | public function link_header( $rel, $link, $other = array() ) { method get_matched_route (line 178) | public function get_matched_route() { method set_matched_route (line 190) | public function set_matched_route( $route ) { method get_matched_handler (line 202) | public function get_matched_handler() { method set_matched_handler (line 214) | public function set_matched_handler( $handler ) { method is_error (line 226) | public function is_error() { method as_error (line 238) | public function as_error() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/rest-api/class-wp-rest-server.php class WP_REST_Server (line 15) | class WP_REST_Server { method __construct (line 90) | public function __construct() { method check_authentication (line 115) | public function check_authentication() { method error_to_response (line 156) | protected function error_to_response( $error ) { method json_error (line 201) | protected function json_error( $code, $message, $status = null ) { method serve_request (line 226) | public function serve_request( $path = null ) { method response_to_data (line 421) | public function response_to_data( $response, $embed ) { method get_response_links (line 454) | public static function get_response_links( $response ) { method embed_links (line 490) | protected function embed_links( $data ) { method envelope_response (line 575) | public function envelope_response( $response, $embed ) { method register_route (line 608) | public function register_route( $namespace, $route, $route_args, $over... method get_routes (line 660) | public function get_routes() { method get_namespaces (line 733) | public function get_namespaces() { method get_route_options (line 746) | public function get_route_options( $route ) { method dispatch (line 763) | public function dispatch( $request ) { method get_json_last_error (line 892) | protected function get_json_last_error() { method get_index (line 922) | public function get_index( $request ) { method get_namespace_index (line 961) | public function get_namespace_index( $request ) { method get_data_for_routes (line 1004) | public function get_data_for_routes( $routes, $context = 'view' ) { method get_data_for_route (line 1050) | public function get_data_for_route( $route, $callbacks, $context = 'vi... method set_status (line 1127) | protected function set_status( $code ) { method send_header (line 1140) | public function send_header( $key, $value ) { method send_headers (line 1160) | public function send_headers( $headers ) { method get_raw_data (line 1176) | public static function get_raw_data() { method get_headers (line 1199) | public function get_headers( $server ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/revision.php function _wp_post_revision_fields (line 25) | function _wp_post_revision_fields( $post = null, $autosave = false ) { function wp_save_post_revision (line 85) | function wp_save_post_revision( $post_id ) { function wp_get_post_autosave (line 200) | function wp_get_post_autosave( $post_id, $user_id = 0 ) { function wp_is_post_revision (line 223) | function wp_is_post_revision( $post ) { function wp_is_post_autosave (line 238) | function wp_is_post_autosave( $post ) { function _wp_put_post_revision (line 258) | function _wp_put_post_revision( $post = null, $autosave = false ) { function wp_get_post_revision (line 301) | function wp_get_post_revision(&$post, $output = OBJECT, $filter = 'raw') { function wp_restore_post_revision (line 331) | function wp_restore_post_revision( $revision_id, $fields = null ) { function wp_delete_post_revision (line 388) | function wp_delete_post_revision( $revision_id ) { function wp_get_post_revisions (line 417) | function wp_get_post_revisions( $post_id = 0, $args = null ) { function wp_revisions_enabled (line 444) | function wp_revisions_enabled( $post ) { function wp_revisions_to_keep (line 461) | function wp_revisions_to_keep( $post ) { function _set_preview (line 494) | function _set_preview( $post ) { function _show_post_preview (line 521) | function _show_post_preview() { function _wp_preview_terms_filter (line 543) | function _wp_preview_terms_filter( $terms, $post_id, $taxonomy ) { function _wp_get_post_revision_version (line 567) | function _wp_get_post_revision_version( $revision ) { function _wp_upgrade_revisions_of_post (line 591) | function _wp_upgrade_revisions_of_post( $post, $revisions ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/rewrite.php function add_rewrite_rule (line 137) | function add_rewrite_rule( $regex, $query, $after = 'bottom' ) { function add_rewrite_tag (line 159) | function add_rewrite_tag( $tag, $regex, $query = '' ) { function add_permastruct (line 188) | function add_permastruct( $name, $struct, $args = array() ) { function add_feed (line 211) | function add_feed( $feedname, $function ) { function flush_rewrite_rules (line 238) | function flush_rewrite_rules( $hard = true ) { function add_rewrite_endpoint (line 275) | function add_rewrite_endpoint( $name, $places, $query_var = true ) { function _wp_filter_taxonomy_base (line 291) | function _wp_filter_taxonomy_base( $base ) { function wp_resolve_numeric_slug_conflicts (line 321) | function wp_resolve_numeric_slug_conflicts( $query_vars = array() ) { function url_to_postid (line 429) | function url_to_postid( $url ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/rss.php class MagpieRSS (line 34) | class MagpieRSS { method __construct (line 61) | function __construct( $source ) { method MagpieRSS (line 106) | public function MagpieRSS( $source ) { method feed_start_element (line 110) | function feed_start_element($p, $element, &$attrs) { method feed_cdata (line 221) | function feed_cdata ($p, $text) { method feed_end_element (line 233) | function feed_end_element ($p, $el) { method concat (line 278) | function concat (&$str1, $str2="") { method append_content (line 285) | function append_content($text) { method append (line 295) | function append($el, $text) { method normalize (line 339) | function normalize () { method is_rss (line 367) | function is_rss () { method is_atom (line 376) | function is_atom() { method map_attrs (line 385) | function map_attrs($k, $v) { method error (line 389) | function error( $errormsg, $lvl = E_USER_WARNING ) { function fetch_rss (line 414) | function fetch_rss ($url) { function _fetch_remote_file (line 552) | function _fetch_remote_file($url, $headers = "" ) { function _response_to_rss (line 595) | function _response_to_rss ($resp) { function init (line 642) | function init () { function is_info (line 693) | function is_info ($sc) { function is_success (line 697) | function is_success ($sc) { function is_redirect (line 701) | function is_redirect ($sc) { function is_error (line 705) | function is_error ($sc) { function is_client_error (line 709) | function is_client_error ($sc) { function is_server_error (line 713) | function is_server_error ($sc) { class RSSCache (line 717) | class RSSCache { method __construct (line 725) | function __construct( $base = '', $age = '' ) { method RSSCache (line 739) | public function RSSCache( $base = '', $age = '' ) { method set (line 749) | function set ($url, $rss) { method get (line 763) | function get ($url) { method check_cache (line 784) | function check_cache ( $url ) { method serialize (line 800) | function serialize ( $rss ) { method unserialize (line 807) | function unserialize ( $data ) { method file_name (line 817) | function file_name ($url) { method error (line 825) | function error ($errormsg, $lvl=E_USER_WARNING) { method debug (line 838) | function debug ($debugmsg, $lvl=E_USER_NOTICE) { function parse_w3cdtf (line 846) | function parse_w3cdtf ( $date_str ) { function wp_rss (line 900) | function wp_rss( $url, $num_items = -1 ) { function get_rss (line 941) | function get_rss ($url, $num_items = 5) { // Like get posts, but for RSS FILE: Docker/security/apparmor/wordpress/html/wp-includes/script-loader.php function wp_default_scripts (line 50) | function wp_default_scripts( &$scripts ) { function wp_default_styles (line 671) | function wp_default_styles( &$styles ) { function wp_prototype_before_jquery (line 784) | function wp_prototype_before_jquery( $js_array ) { function wp_just_in_time_script_localization (line 808) | function wp_just_in_time_script_localization() { function wp_style_loader_src (line 837) | function wp_style_loader_src( $src, $handle ) { function print_head_scripts (line 882) | function print_head_scripts() { function print_footer_scripts (line 921) | function print_footer_scripts() { function _print_scripts (line 954) | function _print_scripts() { function wp_print_head_scripts (line 994) | function wp_print_head_scripts() { function _wp_footer_scripts (line 1013) | function _wp_footer_scripts() { function wp_print_footer_scripts (line 1023) | function wp_print_footer_scripts() { function wp_enqueue_scripts (line 1040) | function wp_enqueue_scripts() { function print_admin_styles (line 1058) | function print_admin_styles() { function print_late_styles (line 1092) | function print_late_styles() { function _print_styles (line 1124) | function _print_styles() { function script_concat_settings (line 1159) | function script_concat_settings() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/session.php class WP_Session_Tokens (line 7) | abstract class WP_Session_Tokens { method __construct (line 25) | protected function __construct( $user_id ) { method get_instance (line 41) | final public static function get_instance( $user_id ) { method hash_token (line 63) | final private function hash_token( $token ) { method get (line 81) | final public function get( $token ) { method verify (line 97) | final public function verify( $token ) { method create (line 119) | final public function create( $expiration ) { method update (line 163) | final public function update( $token, $session ) { method destroy (line 176) | final public function destroy( $token ) { method destroy_others (line 190) | final public function destroy_others( $token_to_keep ) { method is_still_valid (line 210) | final protected function is_still_valid( $session ) { method destroy_all (line 220) | final public function destroy_all() { method destroy_all_for_all_users (line 231) | final public static function destroy_all_for_all_users() { method get_all (line 244) | final public function get_all() { method get_sessions (line 256) | abstract protected function get_sessions(); method get_session (line 267) | abstract protected function get_session( $verifier ); method update_session (line 279) | abstract protected function update_session( $verifier, $session = null ); method destroy_other_sessions (line 290) | abstract protected function destroy_other_sessions( $verifier ); method destroy_all_sessions (line 298) | abstract protected function destroy_all_sessions(); method drop_sessions (line 307) | public static function drop_sessions() {} class WP_User_Meta_Session_Tokens (line 315) | class WP_User_Meta_Session_Tokens extends WP_Session_Tokens { method get_sessions (line 325) | protected function get_sessions() { method prepare_session (line 342) | protected function prepare_session( $session ) { method get_session (line 359) | protected function get_session( $verifier ) { method update_session (line 378) | protected function update_session( $verifier, $session = null ) { method update_sessions (line 398) | protected function update_sessions( $sessions ) { method destroy_other_sessions (line 414) | protected function destroy_other_sessions( $verifier ) { method destroy_all_sessions (line 425) | protected function destroy_all_sessions() { method drop_sessions (line 436) | public static function drop_sessions() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/shortcodes.php function add_shortcode (line 89) | function add_shortcode($tag, $func) { function remove_shortcode (line 117) | function remove_shortcode($tag) { function remove_all_shortcodes (line 134) | function remove_all_shortcodes() { function shortcode_exists (line 150) | function shortcode_exists( $tag ) { function has_shortcode (line 166) | function has_shortcode( $content, $tag ) { function do_shortcode (line 202) | function do_shortcode( $content, $ignore_html = false ) { function get_shortcode_regex (line 253) | function get_shortcode_regex( $tagnames = null ) { function do_shortcode_tag (line 306) | function do_shortcode_tag( $m ) { function do_shortcodes_in_html_tags (line 348) | function do_shortcodes_in_html_tags( $content, $ignore_html, $tagnames ) { function unescape_invalid_shortcodes (line 447) | function unescape_invalid_shortcodes( $content ) { function get_shortcode_atts_regex (line 462) | function get_shortcode_atts_regex() { function shortcode_parse_atts (line 481) | function shortcode_parse_atts($text) { function shortcode_atts (line 530) | function shortcode_atts( $pairs, $atts, $shortcode = '' ) { function strip_shortcodes (line 570) | function strip_shortcodes( $content ) { function strip_shortcode_tag (line 604) | function strip_shortcode_tag( $m ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/taxonomy.php function create_initial_taxonomies (line 24) | function create_initial_taxonomies() { function get_taxonomies (line 150) | function get_taxonomies( $args = array(), $output = 'names', $operator =... function get_object_taxonomies (line 176) | function get_object_taxonomies( $object, $output = 'names' ) { function get_taxonomy (line 213) | function get_taxonomy( $taxonomy ) { function taxonomy_exists (line 234) | function taxonomy_exists( $taxonomy ) { function is_taxonomy_hierarchical (line 253) | function is_taxonomy_hierarchical($taxonomy) { function register_taxonomy (line 342) | function register_taxonomy( $taxonomy, $object_type, $args = array() ) { function get_taxonomy_labels (line 514) | function get_taxonomy_labels( $tax ) { function register_taxonomy_for_object_type (line 582) | function register_taxonomy_for_object_type( $taxonomy, $object_type) { function unregister_taxonomy_for_object_type (line 611) | function unregister_taxonomy_for_object_type( $taxonomy, $object_type ) { function get_objects_in_term (line 657) | function get_objects_in_term( $term_ids, $taxonomies, $args = array() ) { function get_tax_sql (line 702) | function get_tax_sql( $tax_query, $primary_table, $primary_id_column ) { function get_term (line 751) | function get_term( $term, $taxonomy = '', $output = OBJECT, $filter = 'r... function get_term_by (line 845) | function get_term_by( $field, $value, $taxonomy = '', $output = OBJECT, ... function get_term_children (line 906) | function get_term_children( $term_id, $taxonomy ) { function get_term_field (line 947) | function get_term_field( $field, $term, $taxonomy = '', $context = 'disp... function get_term_to_edit (line 973) | function get_term_to_edit( $id, $taxonomy ) { function get_terms (line 1070) | function get_terms( $taxonomies, $args = '' ) { function add_term_meta (line 1577) | function add_term_meta( $term_id, $meta_key, $meta_value, $unique = fals... function delete_term_meta (line 1607) | function delete_term_meta( $term_id, $meta_key, $meta_value = '' ) { function get_term_meta (line 1634) | function get_term_meta( $term_id, $key = '', $single = false ) { function update_term_meta (line 1659) | function update_term_meta( $term_id, $meta_key, $meta_value, $prev_value... function update_termmeta_cache (line 1690) | function update_termmeta_cache( $term_ids ) { function term_exists (line 1716) | function term_exists( $term, $taxonomy = '', $parent = null ) { function term_is_ancestor_of (line 1777) | function term_is_ancestor_of( $term1, $term2, $taxonomy ) { function sanitize_term (line 1808) | function sanitize_term($term, $taxonomy, $context = 'display') { function sanitize_term_field (line 1856) | function sanitize_term_field($field, $value, $term_id, $taxonomy, $conte... function wp_count_terms (line 2017) | function wp_count_terms( $taxonomy, $args = array() ) { function wp_delete_object_term_relationships (line 2044) | function wp_delete_object_term_relationships( $object_id, $taxonomies ) { function wp_delete_term (line 2082) | function wp_delete_term( $term, $taxonomy, $args = array() ) { function wp_delete_category (line 2253) | function wp_delete_category( $cat_ID ) { function wp_get_object_terms (line 2289) | function wp_get_object_terms($object_ids, $taxonomies, $args = array()) { function wp_insert_term (line 2547) | function wp_insert_term( $term, $taxonomy, $args = array() ) { function wp_set_object_terms (line 2788) | function wp_set_object_terms( $object_id, $terms, $taxonomy, $append = f... function wp_add_object_terms (line 2909) | function wp_add_object_terms( $object_id, $terms, $taxonomy ) { function wp_remove_object_terms (line 2925) | function wp_remove_object_terms( $object_id, $terms, $taxonomy ) { function wp_unique_term_slug (line 3016) | function wp_unique_term_slug( $slug, $term ) { function wp_update_term (line 3123) | function wp_update_term( $term_id, $taxonomy, $args = array() ) { function wp_defer_term_counting (line 3355) | function wp_defer_term_counting($defer=null) { function wp_update_term_count (line 3385) | function wp_update_term_count( $terms, $taxonomy, $do_deferred=false ) { function wp_update_term_count_now (line 3420) | function wp_update_term_count_now( $terms, $taxonomy ) { function clean_object_term_cache (line 3465) | function clean_object_term_cache($object_ids, $object_type) { function clean_term_cache (line 3502) | function clean_term_cache($ids, $taxonomy = '', $clean_taxonomy = true) { function get_object_term_cache (line 3567) | function get_object_term_cache( $id, $taxonomy ) { function update_object_term_cache (line 3587) | function update_object_term_cache($object_ids, $object_type) { function update_term_cache (line 3646) | function update_term_cache( $terms, $taxonomy = '' ) { function _get_term_hierarchy (line 3671) | function _get_term_hierarchy( $taxonomy ) { function _get_term_children (line 3708) | function _get_term_children( $term_id, $terms, $taxonomy, &$ancestors = ... function _pad_term_counts (line 3771) | function _pad_term_counts( &$terms, $taxonomy ) { function _update_post_term_count (line 3843) | function _update_post_term_count( $terms, $taxonomy ) { function _update_generic_term_count (line 3892) | function _update_generic_term_count( $terms, $taxonomy ) { function _split_shared_term (line 3930) | function _split_shared_term( $term_id, $term_taxonomy_id, $record = true... function _wp_batch_split_terms (line 4054) | function _wp_batch_split_terms() { function _wp_check_for_scheduled_split_terms (line 4149) | function _wp_check_for_scheduled_split_terms() { function _wp_check_split_default_terms (line 4166) | function _wp_check_split_default_terms( $term_id, $new_term_id, $term_ta... function _wp_check_split_terms_in_menus (line 4191) | function _wp_check_split_terms_in_menus( $term_id, $new_term_id, $term_t... function _wp_check_split_nav_menu_terms (line 4223) | function _wp_check_split_nav_menu_terms( $term_id, $new_term_id, $term_t... function wp_get_split_terms (line 4246) | function wp_get_split_terms( $old_term_id ) { function wp_get_split_term (line 4268) | function wp_get_split_term( $old_term_id, $taxonomy ) { function wp_term_is_shared (line 4290) | function wp_term_is_shared( $term_id ) { function get_term_link (line 4313) | function get_term_link( $term, $taxonomy = '' ) { function the_taxonomies (line 4420) | function the_taxonomies( $args = array() ) { function get_the_taxonomies (line 4452) | function get_the_taxonomies( $post = 0, $args = array() ) { function get_post_taxonomies (line 4506) | function get_post_taxonomies( $post = 0 ) { function is_object_in_term (line 4526) | function is_object_in_term( $object_id, $taxonomy, $terms = null ) { function is_object_in_taxonomy (line 4580) | function is_object_in_taxonomy( $object_type, $taxonomy ) { function get_ancestors (line 4601) | function get_ancestors( $object_id = 0, $object_type = '', $resource_typ... function wp_get_term_taxonomy_parent_id (line 4653) | function wp_get_term_taxonomy_parent_id( $term_id, $taxonomy ) { function wp_check_term_hierarchy_for_loops (line 4675) | function wp_check_term_hierarchy_for_loops( $parent, $term_id, $taxonomy... FILE: Docker/security/apparmor/wordpress/html/wp-includes/template.php function get_query_template (line 23) | function get_query_template( $type, $templates = array() ) { function get_index_template (line 60) | function get_index_template() { function get_404_template (line 76) | function get_404_template() { function get_archive_template (line 92) | function get_archive_template() { function get_post_type_archive_template (line 118) | function get_post_type_archive_template() { function get_author_template (line 142) | function get_author_template() { function get_category_template (line 172) | function get_category_template() { function get_tag_template (line 202) | function get_tag_template() { function get_taxonomy_template (line 237) | function get_taxonomy_template() { function get_date_template (line 264) | function get_date_template() { function get_home_template (line 283) | function get_home_template() { function get_front_page_template (line 301) | function get_front_page_template() { function get_page_template (line 323) | function get_page_template() { function get_paged_template (line 359) | function get_paged_template() { function get_search_template (line 375) | function get_search_template() { function get_single_template (line 392) | function get_single_template() { function get_singular_template (line 419) | function get_singular_template() { function get_attachment_template (line 445) | function get_attachment_template() { function get_comments_popup_template (line 483) | function get_comments_popup_template() { function locate_template (line 506) | function locate_template($template_names, $load = false, $require_once =... function load_template (line 550) | function load_template( $_template_file, $require_once = true ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/theme.php function wp_get_themes (line 30) | function wp_get_themes( $args = array() ) { function wp_get_theme (line 97) | function wp_get_theme( $stylesheet = null, $theme_root = null ) { function wp_clean_themes_cache (line 120) | function wp_clean_themes_cache( $clear_update_cache = true ) { function is_child_theme (line 135) | function is_child_theme() { function get_stylesheet (line 152) | function get_stylesheet() { function get_stylesheet_directory (line 170) | function get_stylesheet_directory() { function get_stylesheet_directory_uri (line 194) | function get_stylesheet_directory_uri() { function get_stylesheet_uri (line 221) | function get_stylesheet_uri() { function get_locale_stylesheet_uri (line 255) | function get_locale_stylesheet_uri() { function get_template (line 284) | function get_template() { function get_template_directory (line 302) | function get_template_directory() { function get_template_directory_uri (line 326) | function get_template_directory_uri() { function get_theme_roots (line 352) | function get_theme_roots() { function register_theme_directory (line 376) | function register_theme_directory( $directory ) { function search_theme_directories (line 411) | function search_theme_directories( $force = false ) { function get_theme_root (line 541) | function get_theme_root( $stylesheet_or_template = false ) { function get_theme_root_uri (line 578) | function get_theme_root_uri( $stylesheet_or_template = false, $theme_roo... function get_raw_theme_root (line 626) | function get_raw_theme_root( $stylesheet_or_template, $skip_cache = fals... function locale_stylesheet (line 656) | function locale_stylesheet() { function switch_theme (line 677) | function switch_theme( $stylesheet ) { function validate_current_theme (line 768) | function validate_current_theme() { function get_theme_mods (line 821) | function get_theme_mods() { function get_theme_mod (line 851) | function get_theme_mod( $name, $default = false ) { function set_theme_mod (line 885) | function set_theme_mod( $name, $value ) { function remove_theme_mod (line 917) | function remove_theme_mod( $name ) { function remove_theme_mods (line 938) | function remove_theme_mods() { function get_header_textcolor (line 955) | function get_header_textcolor() { function header_textcolor (line 964) | function header_textcolor() { function display_header_text (line 975) | function display_header_text() { function has_header_image (line 992) | function has_header_image() { function get_header_image (line 1003) | function get_header_image() { function get_header_image_tag (line 1024) | function get_header_image_tag( $attr = array() ) { function the_header_image_tag (line 1088) | function the_header_image_tag( $attr = array() ) { function _get_random_header_data (line 1104) | function _get_random_header_data() { function get_random_header_image (line 1141) | function get_random_header_image() { function is_random_header_image (line 1160) | function is_random_header_image( $type = 'any' ) { function header_image (line 1181) | function header_image() { function get_uploaded_header_images (line 1195) | function get_uploaded_header_images() { function get_custom_header (line 1233) | function get_custom_header() { function register_default_headers (line 1276) | function register_default_headers( $headers ) { function unregister_default_headers (line 1297) | function unregister_default_headers( $header ) { function get_background_image (line 1316) | function get_background_image() { function background_image (line 1325) | function background_image() { function get_background_color (line 1336) | function get_background_color() { function background_color (line 1345) | function background_color() { function _custom_background_cb (line 1355) | function _custom_background_cb() { function add_editor_style (line 1421) | function add_editor_style( $stylesheet = 'editor-style.css' ) { function remove_editor_styles (line 1447) | function remove_editor_styles() { function get_editor_stylesheets (line 1465) | function get_editor_stylesheets() { function add_theme_support (line 1526) | function add_theme_support( $feature ) { function _custom_header_background_just_in_time (line 1700) | function _custom_header_background_just_in_time() { function get_theme_support (line 1741) | function get_theme_support( $feature ) { function remove_theme_support (line 1773) | function remove_theme_support( $feature ) { function _remove_theme_support (line 1793) | function _remove_theme_support( $feature ) { function current_theme_supports (line 1842) | function current_theme_supports( $feature ) { function require_if_theme_supports (line 1910) | function require_if_theme_supports( $feature, $include ) { function _delete_attachment_theme_mod (line 1930) | function _delete_attachment_theme_mod( $id ) { function check_theme_switched (line 1950) | function check_theme_switched() { function _wp_customize_include (line 1998) | function _wp_customize_include() { function _wp_customize_loader_settings (line 2014) | function _wp_customize_loader_settings() { function wp_customize_url (line 2053) | function wp_customize_url( $stylesheet = null ) { function wp_customize_support_script (line 2075) | function wp_customize_support_script() { function is_customize_preview (line 2107) | function is_customize_preview() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/update.php function wp_version_check (line 24) | function wp_version_check( $extra_stats = array(), $force_check = false ) { function wp_update_plugins (line 190) | function wp_update_plugins( $extra_stats = array() ) { function wp_update_themes (line 347) | function wp_update_themes( $extra_stats = array() ) { function wp_maybe_auto_update (line 494) | function wp_maybe_auto_update() { function wp_get_translation_updates (line 509) | function wp_get_translation_updates() { function wp_get_update_data (line 531) | function wp_get_update_data() { function _maybe_update_core (line 588) | function _maybe_update_core() { function _maybe_update_plugins (line 611) | function _maybe_update_plugins() { function _maybe_update_themes (line 627) | function _maybe_update_themes() { function wp_schedule_update_checks (line 639) | function wp_schedule_update_checks() { function wp_clean_update_cache (line 658) | function wp_clean_update_cache() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/user.php function wp_signon (line 28) | function wp_signon( $credentials = array(), $secure_cookie = '' ) { function wp_authenticate_username_password (line 116) | function wp_authenticate_username_password($user, $username, $password) { function wp_authenticate_cookie (line 188) | function wp_authenticate_cookie($user, $username, $password) { function wp_authenticate_spam_check (line 223) | function wp_authenticate_spam_check( $user ) { function wp_validate_logged_in_cookie (line 256) | function wp_validate_logged_in_cookie( $user_id ) { function count_user_posts (line 283) | function count_user_posts( $userid, $post_type = 'post', $public_only = ... function count_many_users_posts (line 317) | function count_many_users_posts( $users, $post_type = 'post', $public_on... function get_current_user_id (line 351) | function get_current_user_id() { function get_user_option (line 377) | function get_user_option( $option, $user = 0, $deprecated = '' ) { function update_user_option (line 432) | function update_user_option( $user_id, $option_name, $newvalue, $global ... function delete_user_option (line 458) | function delete_user_option( $user_id, $option_name, $global = false ) { function get_users (line 477) | function get_users( $args = array() ) { function get_blogs_of_user (line 500) | function get_blogs_of_user( $user_id, $all = false ) { function is_user_member_of_blog (line 600) | function is_user_member_of_blog( $user_id = 0, $blog_id = 0 ) { function add_user_meta (line 669) | function add_user_meta($user_id, $meta_key, $meta_value, $unique = false) { function delete_user_meta (line 688) | function delete_user_meta($user_id, $meta_key, $meta_value = '') { function get_user_meta (line 703) | function get_user_meta($user_id, $key = '', $single = false) { function update_user_meta (line 724) | function update_user_meta($user_id, $meta_key, $meta_value, $prev_value ... function count_users (line 744) | function count_users($strategy = 'time') { function setup_userdata (line 838) | function setup_userdata($for_user_id = '') { function wp_dropdown_users (line 916) | function wp_dropdown_users( $args = '' ) { function sanitize_user_field (line 1021) | function sanitize_user_field($field, $value, $user_id, $context) { function update_user_caches (line 1120) | function update_user_caches( $user ) { function clean_user_cache (line 1143) | function clean_user_cache( $user ) { function username_exists (line 1174) | function username_exists( $username ) { function email_exists (line 1189) | function email_exists( $email ) { function validate_username (line 1205) | function validate_username( $username ) { function wp_insert_user (line 1270) | function wp_insert_user( $userdata ) { function wp_update_user (line 1596) | function wp_update_user($userdata) { function wp_create_user (line 1816) | function wp_create_user($username, $password, $email = '') { function _get_additional_user_keys (line 1837) | function _get_additional_user_keys( $user ) { function wp_get_user_contact_methods (line 1852) | function wp_get_user_contact_methods( $user = null ) { function _wp_get_user_contactmethods (line 1879) | function _wp_get_user_contactmethods( $user = null ) { function wp_get_password_hint (line 1890) | function wp_get_password_hint() { function get_password_reset_key (line 1915) | function get_password_reset_key( $user ) { function check_password_reset_key (line 1997) | function check_password_reset_key($key, $login) { function reset_password (line 2072) | function reset_password( $user, $new_pass ) { function register_new_user (line 2106) | function register_new_user( $user_login, $user_email ) { function wp_send_new_user_notifications (line 2212) | function wp_send_new_user_notifications( $user_id, $notify = 'both' ) { function wp_get_session_token (line 2223) | function wp_get_session_token() { function wp_get_all_sessions (line 2234) | function wp_get_all_sessions() { function wp_destroy_current_session (line 2244) | function wp_destroy_current_session() { function wp_destroy_other_sessions (line 2257) | function wp_destroy_other_sessions() { function wp_destroy_all_sessions (line 2270) | function wp_destroy_all_sessions() { function wp_get_users_with_no_role (line 2284) | function wp_get_users_with_no_role() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/vars.php function wp_is_mobile (line 127) | function wp_is_mobile() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets.php function register_widget (line 110) | function register_widget($widget_class) { function unregister_widget (line 130) | function unregister_widget($widget_class) { function register_sidebars (line 162) | function register_sidebars( $number = 1, $args = array() ) { function register_sidebar (line 236) | function register_sidebar($args = array()) { function unregister_sidebar (line 286) | function unregister_sidebar( $name ) { function is_registered_sidebar (line 302) | function is_registered_sidebar( $sidebar_id ) { function wp_register_sidebar_widget (line 335) | function wp_register_sidebar_widget( $id, $name, $output_callback, $opti... function wp_widget_description (line 390) | function wp_widget_description( $id ) { function wp_sidebar_description (line 413) | function wp_sidebar_description( $id ) { function wp_unregister_sidebar_widget (line 430) | function wp_unregister_sidebar_widget($id) { function wp_register_widget_control (line 470) | function wp_register_widget_control( $id, $name, $control_callback, $opt... function _register_widget_update_callback (line 522) | function _register_widget_update_callback($id_base, $update_callback, $o... function _register_widget_form_callback (line 549) | function _register_widget_form_callback($id, $name, $form_callback, $opt... function wp_unregister_widget_control (line 585) | function wp_unregister_widget_control($id) { function dynamic_sidebar (line 604) | function dynamic_sidebar( $index = 1 ) { function is_active_widget (line 786) | function is_active_widget($callback = false, $widget_id = false, $id_bas... function is_dynamic_sidebar (line 820) | function is_dynamic_sidebar() { function is_active_sidebar (line 841) | function is_active_sidebar( $index ) { function wp_get_sidebars_widgets (line 877) | function wp_get_sidebars_widgets( $deprecated = true ) { function wp_set_sidebars_widgets (line 915) | function wp_set_sidebars_widgets( $sidebars_widgets ) { function wp_get_widget_defaults (line 931) | function wp_get_widget_defaults() { function wp_convert_widget_settings (line 954) | function wp_convert_widget_settings($base_name, $option_name, $settings) { function the_widget (line 1027) | function the_widget( $widget, $instance = array(), $args = array() ) { function _get_widget_id_base (line 1066) | function _get_widget_id_base($id) { function _wp_sidebars_changed (line 1078) | function _wp_sidebars_changed() { function retrieve_widgets (line 1100) | function retrieve_widgets( $theme_changed = false ) { function wp_widget_rss_output (line 1212) | function wp_widget_rss_output( $rss, $args = array() ) { function wp_widget_rss_form (line 1316) | function wp_widget_rss_form( $args, $inputs = null ) { function wp_widget_rss_process (line 1390) | function wp_widget_rss_process( $widget_rss, $check_feed = true ) { function wp_widgets_init (line 1427) | function wp_widgets_init() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-nav-menu-widget.php class WP_Nav_Menu_Widget (line 17) | class WP_Nav_Menu_Widget extends WP_Widget { method __construct (line 25) | public function __construct() { method widget (line 40) | public function widget( $args, $instance ) { method update (line 92) | public function update( $new_instance, $old_instance ) { method form (line 111) | public function form( $instance ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-widget-archives.php class WP_Widget_Archives (line 17) | class WP_Widget_Archives extends WP_Widget { method __construct (line 25) | public function __construct() { method widget (line 40) | public function widget( $args, $instance ) { method update (line 131) | public function update( $new_instance, $old_instance ) { method form (line 149) | public function form( $instance ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-widget-calendar.php class WP_Widget_Calendar (line 17) | class WP_Widget_Calendar extends WP_Widget { method __construct (line 35) | public function __construct() { method widget (line 50) | public function widget( $args, $instance ) { method update (line 81) | public function update( $new_instance, $old_instance ) { method form (line 96) | public function form( $instance ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-widget-categories.php class WP_Widget_Categories (line 17) | class WP_Widget_Categories extends WP_Widget { method __construct (line 25) | public function __construct() { method widget (line 40) | public function widget( $args, $instance ) { method update (line 130) | public function update( $new_instance, $old_instance ) { method form (line 148) | public function form( $instance ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-widget-links.php class WP_Widget_Links (line 17) | class WP_Widget_Links extends WP_Widget { method __construct (line 25) | public function __construct() { method widget (line 40) | public function widget( $args, $instance ) { method update (line 93) | public function update( $new_instance, $old_instance ) { method form (line 119) | public function form( $instance ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-widget-meta.php class WP_Widget_Meta (line 19) | class WP_Widget_Meta extends WP_Widget { method __construct (line 27) | public function __construct() { method widget (line 42) | public function widget( $args, $instance ) { method update (line 88) | public function update( $new_instance, $old_instance ) { method form (line 103) | public function form( $instance ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-widget-pages.php class WP_Widget_Pages (line 17) | class WP_Widget_Pages extends WP_Widget { method __construct (line 25) | public function __construct() { method widget (line 40) | public function widget( $args, $instance ) { method update (line 100) | public function update( $new_instance, $old_instance ) { method form (line 122) | public function form( $instance ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-widget-recent-comments.php class WP_Widget_Recent_Comments (line 17) | class WP_Widget_Recent_Comments extends WP_Widget { method __construct (line 25) | public function __construct() { method recent_comments_style (line 40) | public function recent_comments_style() { method widget (line 67) | public function widget( $args, $instance ) { method update (line 135) | public function update( $new_instance, $old_instance ) { method form (line 150) | public function form( $instance ) { method flush_widget_cache (line 170) | public function flush_widget_cache() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-widget-recent-posts.php class WP_Widget_Recent_Posts (line 17) | class WP_Widget_Recent_Posts extends WP_Widget { method __construct (line 25) | public function __construct() { method widget (line 41) | public function widget( $args, $instance ) { method update (line 107) | public function update( $new_instance, $old_instance ) { method form (line 123) | public function form( $instance ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-widget-rss.php class WP_Widget_RSS (line 17) | class WP_Widget_RSS extends WP_Widget { method __construct (line 25) | public function __construct() { method widget (line 41) | public function widget( $args, $instance ) { method update (line 104) | public function update( $new_instance, $old_instance ) { method form (line 117) | public function form( $instance ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-widget-search.php class WP_Widget_Search (line 17) | class WP_Widget_Search extends WP_Widget { method __construct (line 25) | public function __construct() { method widget (line 40) | public function widget( $args, $instance ) { method form (line 63) | public function form( $instance ) { method update (line 82) | public function update( $new_instance, $old_instance ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-widget-tag-cloud.php class WP_Widget_Tag_Cloud (line 17) | class WP_Widget_Tag_Cloud extends WP_Widget { method __construct (line 25) | public function __construct() { method widget (line 40) | public function widget( $args, $instance ) { method update (line 99) | public function update( $new_instance, $old_instance ) { method form (line 114) | public function form( $instance ) { method _get_current_taxonomy (line 175) | public function _get_current_taxonomy($instance) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/widgets/class-wp-widget-text.php class WP_Widget_Text (line 17) | class WP_Widget_Text extends WP_Widget { method __construct (line 25) | public function __construct() { method widget (line 41) | public function widget( $args, $instance ) { method update (line 80) | public function update( $new_instance, $old_instance ) { method form (line 99) | public function form( $instance ) { FILE: Docker/security/apparmor/wordpress/html/wp-includes/wp-db.php class wpdb (line 52) | class wpdb { method __construct (line 626) | public function __construct( $dbuser, $dbpassword, $dbname, $dbhost ) { method __destruct (line 668) | public function __destruct() { method __get (line 680) | public function __get( $name ) { method __set (line 695) | public function __set( $name, $value ) { method __isset (line 716) | public function __isset( $name ) { method __unset (line 727) | public function __unset( $name ) { method init_charset (line 736) | public function init_charset() { method set_charset (line 774) | public function set_charset( $dbh, $charset = null, $collate = null ) { method set_sql_mode (line 812) | public function set_sql_mode( $modes = array() ) { method set_prefix (line 876) | public function set_prefix( $prefix, $set_table_names = true ) { method set_blog_id (line 916) | public function set_blog_id( $blog_id, $site_id = 0 ) { method get_blog_prefix (line 941) | public function get_blog_prefix( $blog_id = null ) { method tables (line 982) | public function tables( $scope = 'all', $prefix = true, $blog_id = 0 ) { method select (line 1042) | public function select( $db, $dbh = null ) { method _weak_escape (line 1107) | function _weak_escape( $string ) { method _real_escape (line 1124) | function _real_escape( $string ) { method _escape (line 1153) | function _escape( $data ) { method escape (line 1181) | public function escape( $data ) { method escape_by_ref (line 1207) | public function escape_by_ref( &$string ) { method prepare (line 1246) | public function prepare( $query, $args ) { method esc_like (line 1290) | public function esc_like( $text ) { method print_error (line 1303) | public function print_error( $str = '' ) { method show_errors (line 1373) | public function show_errors( $show = true ) { method hide_errors (line 1389) | public function hide_errors() { method suppress_errors (line 1406) | public function suppress_errors( $suppress = true ) { method flush (line 1417) | public function flush() { method db_connect (line 1454) | public function db_connect( $allow_bail = true ) { method check_connection (line 1590) | public function check_connection( $allow_bail = true ) { method query (line 1675) | public function query( $query ) { method _do_query (line 1803) | private function _do_query( $query ) { method insert (line 1841) | public function insert( $table, $data, $format = null ) { method replace (line 1866) | public function replace( $table, $data, $format = null ) { method _insert_replace_helper (line 1892) | function _insert_replace_helper( $table, $data, $format = null, $type ... method update (line 1954) | public function update( $table, $data, $where, $format = null, $where_... method delete (line 2019) | public function delete( $table, $where, $where_format = null ) { method process_fields (line 2066) | protected function process_fields( $table, $data, $format ) { method process_field_formats (line 2102) | protected function process_field_formats( $data, $format ) { method process_field_charsets (line 2137) | protected function process_field_charsets( $data, $table ) { method process_field_lengths (line 2169) | protected function process_field_lengths( $data, $table ) { method get_var (line 2204) | public function get_var( $query = null, $x = 0, $y = 0 ) { method get_row (line 2239) | public function get_row( $query = null, $output = OBJECT, $y = 0 ) { method get_col (line 2282) | public function get_col( $query = null , $x = 0 ) { method get_results (line 2314) | public function get_results( $query = null, $output = OBJECT ) { method get_table_charset (line 2371) | protected function get_table_charset( $table ) { method get_col_charset (line 2474) | public function get_col_charset( $table, $column ) { method get_col_length (line 2540) | public function get_col_length( $table, $column ) { method check_ascii (line 2630) | protected function check_ascii( $string ) { method check_safe_collation (line 2651) | protected function check_safe_collation( $query ) { method strip_invalid_text (line 2714) | protected function strip_invalid_text( $data ) { method strip_invalid_text_from_query (line 2869) | protected function strip_invalid_text_from_query( $query ) { method strip_invalid_text_for_column (line 2917) | public function strip_invalid_text_for_column( $table, $column, $value... method get_table_from_query (line 2956) | protected function get_table_from_query( $query ) { method load_col_info (line 3014) | protected function load_col_info() { method get_col_info (line 3040) | public function get_col_info( $info_type = 'name', $col_offset = -1 ) { method timer_start (line 3065) | public function timer_start() { method timer_stop (line 3077) | public function timer_stop() { method bail (line 3092) | public function bail( $message, $error_code = '500' ) { method check_database_version (line 3114) | public function check_database_version() { method supports_collation (line 3133) | public function supports_collation() { method get_charset_collate (line 3145) | public function get_charset_collate() { method has_cap (line 3169) | public function has_cap( $db_cap ) { method get_caller (line 3214) | public function get_caller() { method db_version (line 3225) | public function db_version() { FILE: Docker/security/apparmor/wordpress/html/wp-includes/wp-diff.php class WP_Text_Diff_Renderer_Table (line 26) | class WP_Text_Diff_Renderer_Table extends Text_Diff_Renderer { method __construct (line 82) | public function __construct( $params = array() ) { method _startBlock (line 94) | public function _startBlock( $header ) { method _lines (line 104) | public function _lines( $lines, $prefix=' ' ) { method addedLine (line 113) | public function addedLine( $line ) { method deletedLine (line 124) | public function deletedLine( $line ) { method contextLine (line 134) | public function contextLine( $line ) { method emptyLine (line 143) | public function emptyLine() { method _added (line 155) | public function _added( $lines, $encode = true ) { method _deleted (line 194) | public function _deleted( $lines, $encode = true ) { method _context (line 221) | public function _context( $lines, $encode = true ) { method _changed (line 252) | public function _changed( $orig, $final ) { method interleave_changed_lines (line 343) | public function interleave_changed_lines( $orig, $final ) { method compute_string_distance (line 432) | public function compute_string_distance( $string1, $string2 ) { method difference (line 456) | public function difference( $a, $b ) { method __get (line 469) | public function __get( $name ) { method __set (line 485) | public function __set( $name, $value ) { method __isset (line 500) | public function __isset( $name ) { method __unset (line 514) | public function __unset( $name ) { class WP_Text_Diff_Renderer_inline (line 527) | class WP_Text_Diff_Renderer_inline extends Text_Diff_Renderer_inline { method _splitOnWords (line 537) | public function _splitOnWords($string, $newlineEscape = "\n") { FILE: Docker/security/apparmor/wordpress/html/wp-login.php function login_header (line 33) | function login_header( $title = 'Log In', $message = '', $wp_error = '' ) { function login_footer (line 214) | function login_footer($input_id = '') { function wp_shake_js (line 247) | function wp_shake_js() { function wp_login_viewport_meta (line 264) | function wp_login_viewport_meta() { function retrieve_password (line 278) | function retrieve_password() { FILE: Docker/security/apparmor/wordpress/html/wp-signup.php function do_signup_header (line 20) | function do_signup_header() { function wpmu_signup_stylesheet (line 55) | function wpmu_signup_stylesheet() { function show_blog_form (line 98) | function show_blog_form( $blogname = '', $blog_title = '', $errors = '' ) { function validate_blog_form (line 198) | function validate_blog_form() { function show_user_form (line 215) | function show_user_form($user_name = '', $user_email = '', $errors = '') { function validate_user_form (line 251) | function validate_user_form() { function signup_another_blog (line 264) | function signup_another_blog( $blogname = '', $blog_title = '', $errors ... function validate_another_blog_signup (line 345) | function validate_another_blog_signup() { function confirm_another_blog_signup (line 436) | function confirm_another_blog_signup( $domain, $path, $blog_title, $user... function signup_user (line 482) | function signup_user( $user_name = '', $user_email = '', $errors = '' ) { function validate_user_signup (line 551) | function validate_user_signup() { function confirm_user_signup (line 582) | function confirm_user_signup($user_name, $user_email) { function signup_blog (line 606) | function signup_blog($user_name = '', $user_email = '', $blogname = '', ... function validate_blog_signup (line 665) | function validate_blog_signup() { function confirm_blog_signup (line 727) | function confirm_blog_signup( $domain, $path, $blog_title, $user_name = ... function signup_get_available_languages (line 759) | function signup_get_available_languages() { FILE: Docker/security/apparmor/wordpress/html/wp-trackback.php function trackback_response (line 27) | function trackback_response($error = 0, $error_message = '') { FILE: Docker/security/apparmor/wordpress/html/xmlrpc.php function logIO (line 97) | function logIO( $io, $msg ) { FILE: Docker/security/apparmor/wordpress/zues/functions.php function zues_setup (line 21) | function zues_setup() { function zues_content_width (line 94) | function zues_content_width() { function zues_register_sidebars (line 103) | function zues_register_sidebars() { function zues_scripts (line 152) | function zues_scripts() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/classes/class-admin-notices.php class Zues_Admin_Notice (line 11) | class Zues_Admin_Notice method __construct (line 41) | function __construct( $notice_id, $message, $class = 'updated' ) { method ignore (line 53) | function ignore() { method output (line 67) | function output() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/functions/attr.php function zues_attr (line 61) | function zues_attr( $slug, $context = '', $attr = array() ) { function zues_get_attr (line 76) | function zues_get_attr( $slug, $context = '', $attr = array() ) { function zues_attr_body (line 98) | function zues_attr_body( $attr ) { function zues_attr_header (line 118) | function zues_attr_header( $attr ) { function zues_attr_footer (line 134) | function zues_attr_footer( $attr ) { function zues_attr_content (line 150) | function zues_attr_content( $attr, $context ) { function zues_attr_sidebar (line 174) | function zues_attr_sidebar( $attr, $context ) { function zues_attr_menu (line 204) | function zues_attr_menu( $attr, $context ) { function zues_attr_head (line 235) | function zues_attr_head( $attr ) { function zues_attr_branding (line 249) | function zues_attr_branding( $attr ) { function zues_attr_site_title (line 262) | function zues_attr_site_title( $attr ) { function zues_attr_site_description (line 276) | function zues_attr_site_description( $attr ) { function zues_attr_archive_header (line 292) | function zues_attr_archive_header( $attr ) { function zues_attr_archive_title (line 307) | function zues_attr_archive_title( $attr ) { function zues_attr_archive_description (line 321) | function zues_attr_archive_description( $attr ) { function zues_attr_post (line 337) | function zues_attr_post( $attr ) { function zues_attr_entry_title (line 376) | function zues_attr_entry_title( $attr ) { function zues_attr_entry_author (line 390) | function zues_attr_entry_author( $attr ) { function zues_attr_entry_published (line 406) | function zues_attr_entry_published( $attr ) { function zues_attr_entry_content (line 424) | function zues_attr_entry_content( $attr ) { function zues_attr_entry_summary (line 441) | function zues_attr_entry_summary( $attr ) { function zues_attr_entry_terms (line 456) | function zues_attr_entry_terms( $attr, $context ) { function zues_attr_comment (line 480) | function zues_attr_comment( $attr ) { function zues_attr_comment_author (line 501) | function zues_attr_comment_author( $attr ) { function zues_attr_comment_published (line 517) | function zues_attr_comment_published( $attr ) { function zues_attr_comment_permalink (line 535) | function zues_attr_comment_permalink( $attr ) { function zues_attr_comment_content (line 550) | function zues_attr_comment_content( $attr ) { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/functions/generate-css.php function zues_generate_css (line 20) | function zues_generate_css( $selector, $style, $mod_name, $prefix = '', ... FILE: Docker/security/apparmor/wordpress/zues/zues-framework/functions/helpers.php function zues_is_theme_activated (line 13) | function zues_is_theme_activated() { function zues_autoloader (line 28) | function zues_autoloader( $dir ) { function zues_widget_area (line 40) | function zues_widget_area( $id ) { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/functions/template-tags.php function zues_body_classes (line 14) | function zues_body_classes( $classes ) { function zues_jetpack_setup (line 36) | function zues_jetpack_setup() { function zues_category_transient_flusher (line 50) | function zues_category_transient_flusher() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/functions/templates.php function zues_get_headers (line 14) | function zues_get_headers() { function zues_get_footers (line 54) | function zues_get_footers() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/functions/widget-areas.php function zues_register_widget_area (line 26) | function zues_register_widget_area( $args ) { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/init.php class Zues_Framework (line 21) | class Zues_Framework { method __construct (line 25) | function __construct() { method constants (line 39) | function constants() { method functions (line 67) | function functions() { method structure (line 84) | function structure() { method styles (line 111) | function styles() { method admin (line 127) | function admin() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/libraries/TGMPA/class-tgm-plugin-activation.php class TGM_Plugin_Activation (line 61) | class TGM_Plugin_Activation { method __construct (line 268) | public function __construct() { method __set (line 293) | public function __set( $name, $value ) { method __get (line 303) | public function __get( $name ) { method init (line 318) | public function init() { method add_plugin_action_link_filters (line 467) | public function add_plugin_action_link_filters() { method filter_plugin_action_links_activate (line 492) | public function filter_plugin_action_links_activate( $actions ) { method filter_plugin_action_links_deactivate (line 506) | public function filter_plugin_action_links_deactivate( $actions ) { method filter_plugin_action_links_update (line 521) | public function filter_plugin_action_links_update( $actions ) { method admin_init (line 555) | public function admin_init() { method thickbox (line 589) | public function thickbox() { method admin_menu (line 610) | public function admin_menu() { method add_admin_menu (line 638) | protected function add_admin_menu( array $args ) { method install_plugins_page (line 657) | public function install_plugins_page() { method do_plugin_install (line 710) | protected function do_plugin_install() { method inject_update_info (line 855) | public function inject_update_info( $plugins ) { method maybe_adjust_source_dir (line 898) | public function maybe_adjust_source_dir( $source, $remote_source, $upg... method activate_single_plugin (line 957) | protected function activate_single_plugin( $file_path, $slug, $automat... method notices (line 1023) | public function notices() { method display_settings_errors (line 1198) | protected function display_settings_errors() { method dismiss (line 1218) | public function dismiss() { method register (line 1235) | public function register( $plugin ) { method get_plugin_source_type (line 1297) | protected function get_plugin_source_type( $source ) { method sanitize_key (line 1321) | public function sanitize_key( $key ) { method config (line 1343) | public function config( $config ) { method actions (line 1377) | public function actions( $install_actions ) { method flush_plugins_cache (line 1395) | public function flush_plugins_cache( $clear_update_cache = true ) { method populate_file_path (line 1407) | public function populate_file_path( $plugin_slug = '' ) { method _get_plugin_basename_from_slug (line 1427) | protected function _get_plugin_basename_from_slug( $slug ) { method _get_plugin_data_from_name (line 1451) | public function _get_plugin_data_from_name( $name, $data = 'slug' ) { method get_download_url (line 1469) | public function get_download_url( $slug ) { method get_wp_repo_download_url (line 1492) | protected function get_wp_repo_download_url( $slug ) { method get_plugins_api (line 1511) | protected function get_plugins_api( $slug ) { method get_info_link (line 1542) | public function get_info_link( $slug ) { method is_tgmpa_page (line 1580) | protected function is_tgmpa_page() { method get_tgmpa_url (line 1594) | public function get_tgmpa_url() { method get_tgmpa_status_url (line 1625) | public function get_tgmpa_status_url( $status ) { method is_tgmpa_complete (line 1641) | public function is_tgmpa_complete() { method is_plugin_installed (line 1661) | public function is_plugin_installed( $slug ) { method is_plugin_active (line 1675) | public function is_plugin_active( $slug ) { method can_plugin_update (line 1688) | public function can_plugin_update( $slug ) { method can_plugin_activate (line 1713) | public function can_plugin_activate( $slug ) { method get_installed_version (line 1726) | public function get_installed_version( $slug ) { method does_plugin_require_update (line 1744) | public function does_plugin_require_update( $slug ) { method does_plugin_have_update (line 1759) | public function does_plugin_have_update( $slug ) { method get_upgrade_notice (line 1786) | public function get_upgrade_notice( $slug ) { method get_plugins (line 1809) | public function get_plugins( $plugin_folder = '' ) { method update_dismiss (line 1825) | public function update_dismiss() { method force_activation (line 1843) | public function force_activation() { method force_deactivation (line 1869) | public function force_deactivation() { method show_tgmpa_version (line 1881) | public function show_tgmpa_version() { method get_instance (line 1894) | public static function get_instance() { function load_tgm_plugin_activation (line 1907) | function load_tgm_plugin_activation() { function tgmpa (line 1929) | function tgmpa( $plugins, $config = array() ) { class TGMPA_List_Table (line 1986) | class TGMPA_List_Table extends WP_List_Table { method __construct (line 2024) | public function __construct() { method get_table_classes (line 2051) | public function get_table_classes() { method _gather_plugin_data (line 2062) | protected function _gather_plugin_data() { method categorize_plugins_to_views (line 2114) | protected function categorize_plugins_to_views() { method set_view_totals (line 2153) | protected function set_view_totals( $plugins ) { method get_plugin_advise_type_text (line 2167) | protected function get_plugin_advise_type_text( $required ) { method get_plugin_source_type_text (line 2183) | protected function get_plugin_source_type_text( $type ) { method get_plugin_status_text (line 2209) | protected function get_plugin_status_text( $slug ) { method sort_table_items (line 2251) | public function sort_table_items( $items ) { method get_views (line 2272) | public function get_views() { method column_default (line 2322) | public function column_default( $item, $column_name ) { method column_cb (line 2336) | public function column_cb( $item ) { method column_plugin (line 2353) | public function column_plugin( $item ) { method column_version (line 2369) | public function column_version( $item ) { method no_items (line 2423) | public function no_items() { method get_columns (line 2435) | public function get_columns() { method get_default_primary_column_name (line 2459) | protected function get_default_primary_column_name() { method get_primary_column_name (line 2471) | protected function get_primary_column_name() { method get_row_actions (line 2487) | protected function get_row_actions( $item ) { method single_row (line 2538) | public function single_row( $item ) { method wp_plugin_update_row (line 2563) | public function wp_plugin_update_row( $slug, $item ) { method extra_tablenav (line 2586) | public function extra_tablenav( $which ) { method get_bulk_actions (line 2599) | public function get_bulk_actions() { method process_bulk_actions (line 2629) | public function process_bulk_actions() { method prepare_items (line 2861) | public function prepare_items() { method _get_plugin_data_from_name (line 2890) | protected function _get_plugin_data_from_name( $name, $data = 'slug' ) { class TGM_Bulk_Installer (line 2904) | class TGM_Bulk_Installer { class TGM_Bulk_Installer_Skin (line 2912) | class TGM_Bulk_Installer_Skin { function tgmpa_load_bulk_installer (line 2931) | function tgmpa_load_bulk_installer() { class TGMPA_Utils (line 3508) | class TGMPA_Utils { method wrap_in_em (line 3532) | public static function wrap_in_em( $string ) { method wrap_in_strong (line 3546) | public static function wrap_in_strong( $string ) { method validate_bool (line 3560) | public static function validate_bool( $value ) { method emulate_filter_bool (line 3582) | protected static function emulate_filter_bool( $value ) { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/libraries/customizer/custom-controls/content.php class Customizer_Library_Content (line 16) | class Customizer_Library_Content extends WP_Customize_Control { method render_content (line 32) | public function render_content() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/libraries/customizer/custom-controls/textarea.php class Customizer_Library_Textarea (line 16) | class Customizer_Library_Textarea extends WP_Customize_Control { method render_content (line 26) | public function render_content() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/libraries/customizer/customizer-library.php class Customizer_Library (line 48) | class Customizer_Library method instance (line 77) | public static function instance() { method add_options (line 90) | public function add_options( $options = array() ) { method get_options (line 99) | public function get_options() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/libraries/customizer/extensions/fonts.php function customizer_library_get_all_fonts (line 17) | function customizer_library_get_all_fonts() { function customizer_library_get_font_choices (line 42) | function customizer_library_get_font_choices() { function customizer_library_get_google_font_uri (line 64) | function customizer_library_get_google_font_uri( $fonts ) { function customizer_library_get_google_font_subsets (line 124) | function customizer_library_get_google_font_subsets() { function customizer_library_choose_google_font_variants (line 153) | function customizer_library_choose_google_font_variants( $font, $variant... function customizer_library_get_standard_fonts (line 192) | function customizer_library_get_standard_fonts() { function customizer_library_get_font_stack (line 219) | function customizer_library_get_font_stack( $font ) { function customizer_library_sanitize_font_choice (line 249) | function customizer_library_sanitize_font_choice( $value ) { function customizer_library_get_google_fonts (line 269) | function customizer_library_get_google_fonts() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/libraries/customizer/extensions/interface.php function customizer_library_register (line 17) | function customizer_library_register( $wp_customize ) { function customizer_library_add_sections (line 188) | function customizer_library_add_sections( $sections, $wp_customize ) { function customizer_library_add_panels (line 209) | function customizer_library_add_panels( $panels, $wp_customize ) { function customizer_library_add_setting (line 231) | function customizer_library_add_setting( $option, $wp_customize ) { function customizer_library_get_sanitization (line 267) | function customizer_library_get_sanitization( $type ) { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/libraries/customizer/extensions/preview.php function customizer_library_customize_preview_js (line 12) | function customizer_library_customize_preview_js() { function customizer_library_customize_register (line 26) | function customizer_library_customize_register( $wp_customize ) { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/libraries/customizer/extensions/sanitization.php function customizer_library_sanitize_text (line 18) | function customizer_library_sanitize_text( $string ) { function customizer_library_sanitize_checkbox (line 33) | function customizer_library_sanitize_checkbox( $value ) { function customizer_library_sanitize_choices (line 52) | function customizer_library_sanitize_choices( $value, $setting ) { function customizer_library_sanitize_file_url (line 77) | function customizer_library_sanitize_file_url( $url ) { function sanitize_hex_color (line 102) | function sanitize_hex_color( $color ) { function customizer_library_sanitize_range (line 125) | function customizer_library_sanitize_range( $value ) { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/libraries/customizer/extensions/style-builder.php class Customizer_Library_Styles (line 15) | class Customizer_Library_Styles { method instance (line 61) | public static function instance() { method __construct (line 76) | function __construct() { method add (line 109) | public function add( $data ) { method build (line 162) | public function build() { method parse_selectors (line 210) | private function parse_selectors( $selectors, $tab = '' ) { method parse_declarations (line 229) | private function parse_declarations( $declarations, $tab = '' ) { function customizer_library_styles (line 261) | function customizer_library_styles() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/libraries/customizer/extensions/utilities.php function customizer_library_get_default (line 18) | function customizer_library_get_default( $setting ) { function customizer_library_get_choices (line 37) | function customizer_library_get_choices( $setting ) { function customizer_library_hex_to_rgb (line 57) | function customizer_library_hex_to_rgb( $hex ) { function customizer_library_remove_theme_mods (line 89) | function customizer_library_remove_theme_mods() { function customizer_library_get_repeat_choices (line 111) | function customizer_library_get_repeat_choices() { function customizer_library_replace_space (line 131) | function customizer_library_replace_space( $font ) { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/structure/comments.php function zues_display_comments (line 12) | function zues_display_comments() { function zues_comment (line 40) | function zues_comment( $comment, $args, $depth ) { function zues_bypostauthor (line 86) | function zues_bypostauthor( $comment ) { function zues_comments_nav (line 103) | function zues_comments_nav() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/structure/filters.php function zues_excerpt_more (line 14) | function zues_excerpt_more( $more ) { function remove_sidebar_from_full_width_template (line 25) | function remove_sidebar_from_full_width_template() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/structure/footer.php function zues_load_footer_template (line 13) | function zues_load_footer_template() { function zues_sub_footer (line 28) | function zues_sub_footer() { function zues_footer_attribution (line 46) | function zues_footer_attribution() { function zues_footer_copyright (line 70) | function zues_footer_copyright() { function zues_wpfooter (line 100) | function zues_wpfooter() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/structure/general.php function zues_body_open_html (line 7) | function zues_body_open_html() { function zues_body_close_html (line 18) | function zues_body_close_html() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/structure/header.php function zues_head (line 12) | function zues_head() { function zues_load_header_template (line 28) | function zues_load_header_template() { function zues_text_header (line 44) | function zues_text_header() { function zues_image_header (line 55) | function zues_image_header() { function zues_site_title (line 68) | function zues_site_title() { function zues_custom_header_setup (line 92) | function zues_custom_header_setup() { function zues_header_style (line 114) | function zues_header_style() { function zues_admin_header_style (line 155) | function zues_admin_header_style() { function zues_admin_header_image (line 183) | function zues_admin_header_image() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/structure/page.php function zues_archive_header (line 12) | function zues_archive_header() { function zues_search_header (line 28) | function zues_search_header() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/structure/post.php function zues_content_area (line 12) | function zues_content_area() { function zues_loop (line 42) | function zues_loop() { function zues_no_content (line 85) | function zues_no_content() { function zues_entry_header (line 102) | function zues_entry_header() { function zues_entry_title (line 129) | function zues_entry_title() { function zues_content (line 143) | function zues_content() { function zues_content_excerpt (line 169) | function zues_content_excerpt() { function zues_entry_meta (line 194) | function zues_entry_meta() { function zues_content_paging_nav (line 232) | function zues_content_paging_nav() { function zues_content_nav (line 254) | function zues_content_nav() { function zues_entry_footer (line 272) | function zues_entry_footer() { function zues_categorized_blog (line 320) | function zues_categorized_blog() { function zues_featured_image (line 354) | function zues_featured_image() { function zues_comments_link (line 371) | function zues_comments_link() { function zues_content_navigation (line 389) | function zues_content_navigation() { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/structure/primary-nav.php function zues_nav_primary (line 12) | function zues_nav_primary() { function zues_get_menu_location_name (line 32) | function zues_get_menu_location_name( $location ) { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/structure/sidebar.php function zues_sidebar_primary (line 12) | function zues_sidebar_primary() { function zues_build_sidebar (line 40) | function zues_build_sidebar() { function zues_get_sidebar_name (line 59) | function zues_get_sidebar_name( $sidebar_id ) { FILE: Docker/security/apparmor/wordpress/zues/zues-framework/structure/wrapper.php function zues (line 8) | function zues() {