File manager - Edit - /home/aresglob/public_html/wp/wp-includes/images/smilies/README.md.tar
Back
home/aresglob/public_html/wp/wp-content/plugins/pagelayer/lib/pquery/README.md 0000644 00000003746 15104575225 0023344 0 ustar 00 # pQuery [](https://travis-ci.org/tburry/pquery) [](https://scrutinizer-ci.com/g/tburry/pquery/) [](https://packagist.org/packages/tburry/pquery) pQuery is a jQuery like html dom parser written in php. It is a fork of the [ganon dom parser](https://code.google.com/p/ganon/). ## Basic usage To get started using pQuery do the following. 1. Require the pQuery library into your project using [composer](http://getcomposer.org/doc/01-basic-usage.md#the-require-key). 2. Parse a snippet of html using `pQuery::parseStr()` or `pQuery::parseFile()` to return a document object model (DOM). 3. Run jQuery like functions on the DOM. ## Example The following example parses an html string and does some manipulation on it. ```php $html = '<div class="container"> <div class="inner verb">Hello</div> <div class="inner adj">Cruel</div> <div class="inner obj">World</div> </div>'; $dom = pQuery::parseStr($html); $dom->query('.inner') ->tagName('span'); $dom->query('.adj') ->html('Beautiful') ->tagName('i'); echo $dom->html(); ``` ## Differences between pQuery and ganon pQuery is a fork of the [ganon php processor](https://code.google.com/p/ganon/). Most of the functionality is identical to ganon with the following exceptions. * pQuery is a composer package. * pQuery renames ganon's classes and puts them into a namespace. * pQuery is used only with objects rather than functions so that it can be autoloaded. * pQuery Adds the `IQuery` interface and the `pQuery` object that define the jQuery-like interface for querying the dom. * pQuery implements more of jQuery's methods. See the `IQuery` interface for a list of methods. * pQuery supports adding tags to the dom using the `<div class="something"></div>` notation rather than just `div`. home/aresglob/public_html/wp/wp-includes/sodium_compat/src/Core/Curve25519/README.md 0000644 00000000332 15105200560 0023737 0 ustar 00 # Curve25519 Data Structures These are PHP implementation of the [structs used in the ref10 curve25519 code](https://github.com/jedisct1/libsodium/blob/master/src/libsodium/include/sodium/private/curve25519_ref10.h). home/aresglob/public_html/wp/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/js/README.md0000644 00000000507 15106362154 0026717 0 ustar 00 # Scripts Any extra (funky) Javascript that you want to load along with your theme should be located here. This could be: * Special configuration for elFinder under your theme * Extra JavaScript libraries that your theme depends on * Javascript hacks to the elFinder markup after the file browser has loaded (not recommended) home/aresglob/public_html/wp/wp-content/plugins/wp-file-manager/lib/themes/light/images/README.md 0000644 00000000235 15106441467 0026652 0 ustar 00 # Images Store all images for your elFinder skin in this directory. It is best to group similar images into one file and use the files as CSS spritesheets. home/aresglob/public_html/wp/wp-content/plugins/wp-file-manager/lib/themes/light/js/README.md 0000644 00000000507 15106540440 0026012 0 ustar 00 # Scripts Any extra (funky) Javascript that you want to load along with your theme should be located here. This could be: * Special configuration for elFinder under your theme * Extra JavaScript libraries that your theme depends on * Javascript hacks to the elFinder markup after the file browser has loaded (not recommended) home/aresglob/public_html/wp/wp-content/plugins/loginizer/lib/hybridauth/Thirdparty/OpenID/README.md0000644 00000000323 15107061242 0027437 0 ustar 00 This file is part of the LightOpenID PHP Library LightOpenID is an open source software available under the MIT License. https://github.com/iignatov/LightOpenID http://opensource.org/licenses/mit-license.php file-manager-advanced/application/svg-sanitizer/includes/sebastian/recursion-context/README.md 0000644 00000000651 15107165314 0037662 0 ustar 00 home/aresglob/public_html/wp/wp-content/plugins
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings