- Table of contents
- General information
- Terms
- General structure of a test
- WordPress-specific assertions and test functions
- enqueues
- creating posts
- creating terms
- attaching images
- ?
| \n | |
| ============= HOST: ==========\n | |
| \n | |
| local_ip: %{local_ip}\n | |
| local_port: %{local_port}\n | |
| remote_ip: %{remote_ip}\n | |
| remote_port: %{remote_port}\n | |
| \n | |
| ======= CONNECTION: ==========\n | |
| \n |
| const React = require('react'); | |
| const _ = require('lodash'); | |
| var model = new falcor.Model({ | |
| cache: { | |
| movies: [ | |
| { | |
| title: "Daredevil", | |
| plot: "Marvel lol", | |
| year: "2015-", |
| using System.Collections.Generic; | |
| using System.Text.RegularExpressions; | |
| namespace Your.Web.Project | |
| { | |
| public static class FilterHelper | |
| { | |
| public static bool HasOption(string query, string option) | |
| { | |
| var regex = GetRegex(option); |
| <?php | |
| /* | |
| WordPress Theme Template Hierarchy Last updated for WordPress 5.4 | |
| ================================== | |
| This diagram is partially simplified for legibility. To view the complete template hierarchy in use on your site see the | |
| Template panel in the Query Monitor plugin. | |
| // display: inline-flex // | |
| // applies to flex container | |
| .inline-flexbox() { | |
| // 2009 spec | |
| display: -webkit-box; | |
| display: -moz-box; | |
| display: -ms-box; | |
| display: -o-box; | |
| display: box; |
| The MIT License (MIT) | |
| Copyright (c) 2014 Tomas Kafka | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
| [ | |
| { | |
| "label":"Text field label", | |
| "field_type":"text", | |
| "required":true, | |
| "field_options":{ | |
| "size":"small", | |
| "description":"Text field description", | |
| "minlength":"1", | |
| "maxlength":"100" |
| <?php | |
| namespace HM\Hotfix; | |
| add_action( 'deleted_option', __NAMESPACE__ . '\\workaround_28701' ); | |
| /** | |
| * Workaround cache deletion issue | |
| * | |
| * Ensures that the singular |