One Hat Cyber Team
Your IP :
172.69.214.92
Server IP :
188.114.96.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
theme
/
dev
/
components
/
base
/
Edit File:
_mixins.pug
//- Image @param {string} name @param {object} options @param {boolean} options.retina mixin img( name, options ) - var isExt = /(.jpg|.png|.gif|.svg)$/i.test( name ), isLink = /^(\/\/|http:\/\/|https:\/\/)/.test( name ), size = name.match( /(\d+)x(\d+)/i ); if ( options && options.retina && size && size.length ) { size[1] = ~~(size[1]/2); size[2] = ~~(size[2]/2); } if ( !isLink && !isExt ) { name += '.jpg'; } if ( !isLink ) { name = 'images/'+ name; } img( src= name, alt='', width= size ? size[1] : null, height= size ? size[2] : null )&attributes( attributes ) //- Loop without indexing mixin @param {number} iterations - number of iterations mixin loop( iterations ) - for ( let i = 0; i < iterations; i++ ) block
Simpan