PluginProbe
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar / 3.2.10
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar v3.2.10
3.3.1 3.3.0 3.2.14 3.2.13 3.2.12 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 trunk 0.2.5.5 0.2.5.6 0.2.5.7 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 All 156 releases
notificationx / vendor / wpdeveloper / lib-utility / static / readme.html

readme.html in NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar 3.2.10, at vendor/wpdeveloper/lib-utility/static/readme.html

167 lines 4.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5
6 <title>doc</title>
7 <style>
8 /*github.com style (c) Vasily Polovnyov <vast@whiteants.net>*/
9 pre code {
10 display: block; padding: 0.5em;
11 color: #333;
12 background: #f8f8ff
13 }
14 pre .comment,
15 pre .template_comment,
16 pre .diff .header,
17 pre .javadoc {
18 color: #998;
19 font-style: italic
20 }
21 pre .keyword,
22 pre .css .rule .keyword,
23 pre .winutils,
24 pre .javascript .title,
25 pre .nginx .title,
26 pre .subst,
27 pre .request,
28 pre .status {
29 color: #333;
30 font-weight: bold
31 }
32 pre .number,
33 pre .hexcolor,
34 pre .ruby .constant {
35 color: #099;
36 }
37 pre .string,
38 pre .tag .value,
39 pre .phpdoc,
40 pre .tex .formula {
41 color: #d14
42 }
43 pre .title,
44 pre .id {
45 color: #900;
46 font-weight: bold
47 }
48 pre .javascript .title,
49 pre .lisp .title,
50 pre .clojure .title,
51 pre .subst {
52 font-weight: normal
53 }
54 pre .class .title,
55 pre .haskell .type,
56 pre .vhdl .literal,
57 pre .tex .command {
58 color: #458;
59 font-weight: bold
60 }
61 pre .tag,
62 pre .tag .title,
63 pre .rules .property,
64 pre .django .tag .keyword {
65 color: #000080;
66 font-weight: normal
67 }
68 pre .attribute,
69 pre .variable,
70 pre .lisp .body {
71 color: #008080
72 }
73 pre .regexp {
74 color: #009926
75 }
76 pre .class {
77 color: #458;
78 font-weight: bold
79 }
80 pre .symbol,
81 pre .ruby .symbol .string,
82 pre .lisp .keyword,
83 pre .tex .special,
84 pre .prompt {
85 color: #990073
86 }
87 pre .built_in,
88 pre .lisp .title,
89 pre .clojure .built_in {
90 color: #0086b3
91 }
92 pre .preprocessor,
93 pre .pi,
94 pre .doctype,
95 pre .shebang,
96 pre .cdata {
97 color: #999;
98 font-weight: bold
99 }
100 pre .deletion {
101 background: #fdd
102 }
103 pre .addition {
104 background: #dfd
105 }
106 pre .diff .change {
107 background: #0086b3
108 }
109 pre .chunk {
110 color: #aaa
111 }
112 </style>
113 </head>
114 <body>
115 <h2 id="classes">Classes</h2>
116 <ul>
117 <li>Utility: General utility methods.</li>
118 <li>Job: Job and processing handling.</li>
119 <li>Loader: PSR class loader.</li>
120 </ul>
121 <h2 id="utility-methods">Utility Methods</h2>
122 <ul>
123 <li>extend()</li>
124 <li>defaults()</li>
125 <li>pluralize()</li>
126 <li>singularize()</li>
127 <li>ordinalize()</li>
128 <li>hashify_file_name()</li>
129 <li>can_get_image()</li>
130 <li>...</li>
131 </ul>
132 <h2 id="changelog">Changelog</h2>
133 <p>0.2.4</p>
134 <ul>
135 <li>Added Utility::hashify_file_name() method;</li>
136 <li>Added seperator options to Utility:;create_slug() to support things such as &quot;::&quot;</li>
137 </ul>
138 <h2 id="usage">Usage</h2>
139 <pre><code class="lang-PHP">// Extend an Array or Object with another for easily setting of defaults. This is similar to extend() but in reverse.
140 $settings = UsabilityDynamics\Utility::defaults( $configurationObject, $defaultsObject );
141
142 // Find composer.json file and return as Object.
143 $composer = UsabilityDynamics\Utility::findUp( &#39;composer.json&#39;, __DIR__ );
144 echo &quot;Versio is {$composer-&gt;version}.&quot;</code></pre>
145 <h2 id="license">License</h2>
146 <p>(The MIT License)</p>
147 <p>Copyright (c) 2013 Usability Dynamics, Inc. &lt;info@usabilitydynamics.com&gt;</p>
148 <p>Permission is hereby granted, free of charge, to any person obtaining
149 a copy of this software and associated documentation files (the
150 &#39;Software&#39;), to deal in the Software without restriction, including
151 without limitation the rights to use, copy, modify, merge, publish,
152 distribute, sublicense, and/or sell copies of the Software, and to
153 permit persons to whom the Software is furnished to do so, subject to
154 the following conditions:</p>
155 <p>The above copyright notice and this permission notice shall be
156 included in all copies or substantial portions of the Software.</p>
157 <p>THE SOFTWARE IS PROVIDED &#39;AS IS&#39;, WITHOUT WARRANTY OF ANY KIND,
158 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
159 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
160 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
161 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
162 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
163 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
164
165 </body>
166 </html>
167