晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。   林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。   见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝)   既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。   南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。 .
Prv8 Shell
Server : Apache
System : Linux srv.rainic.com 4.18.0-553.47.1.el8_10.x86_64 #1 SMP Wed Apr 2 05:45:37 EDT 2025 x86_64
User : rainic ( 1014)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/akaindir/www/crm/layouts/v7/modules/ParsVT/resources/masked-input/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/akaindir/www/crm/layouts/v7/modules/ParsVT/resources/masked-input/jquery.maskedinput.min.js
/*
    jQuery Masked Input Plugin
    Copyright (c) 2007 - 2015 Josh Bush (digitalbush.com)
    Licensed under the MIT license (http://digitalbush.com/projects/masked-input-plugin/#license)
    Version: 1.4.1
*/
!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e("object"==typeof exports?require("jquery"):jQuery)}(function(e){var t,n=navigator.userAgent,a=/iphone/i.test(n),i=/chrome/i.test(n),r=/android/i.test(n);e.mask={definitions:{9:"[0-9]",a:"[A-Za-z]","*":"[A-Za-z0-9]"},autoclear:!0,dataName:"rawMaskFn",placeholder:"_"},e.fn.extend({caret:function(e,t){var n;if(0!==this.length&&!this.is(":hidden"))return"number"==typeof e?(t="number"==typeof t?t:e,this.each(function(){this.setSelectionRange?this.setSelectionRange(e,t):this.createTextRange&&((n=this.createTextRange()).collapse(!0),n.moveEnd("character",t),n.moveStart("character",e),n.select())})):(this[0].setSelectionRange?(e=this[0].selectionStart,t=this[0].selectionEnd):document.selection&&document.selection.createRange&&(n=document.selection.createRange(),e=0-n.duplicate().moveStart("character",-1e5),t=e+n.text.length),{begin:e,end:t})},unmask:function(){return this.trigger("unmask")},mask:function(n,o){var c,l,u,f,s,h,m;if(!n&&this.length>0){var g=e(this[0]).data(e.mask.dataName);return g?g():void 0}return o=e.extend({autoclear:e.mask.autoclear,placeholder:e.mask.placeholder,completed:null,incomplete:null},o),c=e.mask.definitions,l=[],u=h=n.length,f=null,e.each(n.split(""),function(e,t){"?"==t?(h--,u=e):c[t]?(l.push(new RegExp(c[t])),null===f&&(f=l.length-1),u>e&&(s=l.length-1)):l.push(null)}),this.trigger("unmask").each(function(){function g(){if(o.completed){for(var e=f;s>=e;e++)if(l[e]&&R[e]===d(e))return;o.completed.call(j)}}function d(e){return o.placeholder.charAt(e<o.placeholder.length?e:0)}function p(e){for(;++e<h&&!l[e];);return e}function v(e,t){var n,a;if(!(0>e)){for(n=e,a=p(t);h>n;n++)if(l[n]){if(!(h>a&&l[n].test(R[a])))break;R[n]=R[a],R[a]=d(a),a=p(a)}y(),j.caret(Math.max(f,e))}}function k(){for(var e=!1,t=f;s>=t;t++)l[t]&&R[t]===d(t)&&(e=!0);1==e&&o.incomplete?o.incomplete.call(j,n):o.completed&&o.completed.call(j)}function b(e,t){var n;for(n=e;t>n&&h>n;n++)l[n]&&(R[n]=d(n))}function y(){j.val(R.join(""))}function x(e){var t,n,a,i=j.val();for(t=0,a=0;h>t;t++)if(l[t]){for(R[t]=d(t);a++<i.length;)if(n=i.charAt(a-1),l[t].test(n)){R[t]=n,t;break}if(a>i.length){b(t+1,h);break}}else R[t]===i.charAt(a)&&a++,u>t&&t;return f}var j=e(this),R=e.map(n.split(""),function(e,t){return"?"!=e?c[e]?d(t):e:void 0}),S=(R.join(""),j.val());j.data(e.mask.dataName,function(){return e.map(R,function(e,t){return l[t]&&e!=d(t)?e:null}).join("")}),j.one("unmask",function(){j.off(".mask").removeData(e.mask.dataName)}).on("focus.mask",function(){var e;j.prop("readonly")||(clearTimeout(t),S=j.val(),e=x(),t=setTimeout(function(){y(),e==n.replace("?","").length?j.caret(0,e):j.caret(e)},10))}).on("blur.mask",k).on("keydown.mask",function(e){if(!j.prop("readonly")){var t,n,i,r=e.which||e.keyCode;m=j.val(),8===r||46===r||a&&127===r?(n=(t=j.caret()).begin,(i=t.end)-n==0&&(n=46!==r?function(e){for(;--e>=0&&!l[e];);return e}(n):i=p(n-1),i=46===r?p(i):i),b(n,i),v(n,i-1),e.preventDefault()):13===r?k.call(this,e):27===r&&(j.val(S),j.caret(0,x()),e.preventDefault())}}).on("keypress.mask",function(t){if(!j.prop("readonly")){var n,a,i,o=t.which||t.keyCode,c=j.caret();t.ctrlKey||t.altKey||t.metaKey||32>o||!o||13===o||(c.end-c.begin!=0&&(b(c.begin,c.end),v(c.begin,c.end-1)),n=p(c.begin-1),h>n&&(a=String.fromCharCode(o),l[n].test(a))&&(function(e){var t,n,a,i;for(t=e,n=d(e);h>t;t++)if(l[t]){if(a=p(t),i=R[t],R[t]=n,!(h>a&&l[a].test(i)))break;n=i}}(n),R[n]=a,y(),i=p(n),r?setTimeout(function(){e.proxy(e.fn.caret,j,i)()},0):j.caret(i),c.begin<=s&&g()),t.preventDefault())}}).on("input.mask paste.mask",function(){j.prop("readonly")||setTimeout(function(){var e=x();j.caret(e),g()},0),jQuery(this).trigger("focus.mask")}),i&&r&&j.off("input.mask").on("input.mask",function(){var e=j.val(),t=j.caret();if(e.length<m.length){for(x();t.begin>0&&!l[t.begin-1];)t.begin--;if(0===t.begin)for(;t.begin<f&&!l[t.begin];)t.begin++;j.caret(t.begin,t.begin)}else{for(x();t.begin<h&&!l[t.begin];)t.begin++;j.caret(t.begin,t.begin)}g()}),x()})}})});

haha - 2025