Home
last modified time | relevance | path

Searched refs:cur (Results 76 – 94 of 94) sorted by last modified time

1234

/plugin/dokucrypt/
H A Dscript.js223 while((cur=x.indexOf("<" + tag,pos))!=-1) {
224 if((opentag_end=x.indexOf(">",cur))==-1) {
230 if(!(ctext=decryptBlock(x.substring(cur,closetag+tag.length+3),false))) {
233 ret+=x.substring(pos,cur) + ctext;
244 while((cur=x.indexOf("<" + tag,pos))!=-1) {
245 if((opentag_end=x.indexOf(">",cur))==-1) {
254 if(!(ctext=encryptBlock(x.substring(cur,closetag+tag.length+3),false))) {
258 ret+=x.substring(pos,cur) + ctext;
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/panoview/
H A Dstyle.css19 _cursor: url(gfx/grab.cur);
/plugin/subjectindex/plugins/
H A Dbible_verses.txt4080 And these are their names: Of the tribe of Reu'ben, Sham·mu'a the son of Zac'cur;
10412 And the sons of Mish'ma were Ham'mu·el his son, Zac'cur his son, Shim'e·i his son.
11043 The sons of Me·rar'i: Of Ja·a·zi'ah, Be'no and Sho'ham and Zac'cur and Ib'ri.
11049 Of the sons of A'saph, Zac'cur and Joseph and Neth·a·ni'ah and Ash·a·re'lah, the sons of A'saph und…
11057 the third for Zac'cur, his sons and his brothers, twelve;
12330 And at their side the men of Jer'i·cho did building. And at their side Zac'cur the son of Im'ri did…
12562 Zac'cur, She·re·bi'ah, Sheb·a·ni'ah,
12660 …on of She·mai'ah the son of Mat·ta·ni'ah the son of Mi·cai'ah the son of Zac'cur the son of A'saph,
12685 …rge of the stores; and under their control there was Ha'nan the son of Zac'cur the son of Mat·ta·n…
/plugin/dokutranslate/
H A Dstyle.css12 div#dokutranslate_manager div#dokutranslate__tree a.cur {
/plugin/advrack/
H A Djquery.qtip.js2006 cur, val, i = 0;
2011 while((cur = props[i++])) {
2012 if((val = elem.css(cur)) !== undefined) {
2013 return cssProps[prop] = cur, val;
H A Draphael.js298 cur = [events]; variable
300 for (j = 0; j < cur.length; j += splice.length - 2) {
302 e = cur[j].n;
312 cur.splice.apply(cur, splice);
315 for (i = 0, ii = cur.length; i < ii; i++) {
316 e = cur[i];
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js976 var cur = Date.now();
979 if (cur - cached.time > 300) {
981 cached.time = cur;
987 svgs[svg] = {time: cur, ctm: ctm};
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jar ... ) int i int x int i int i int cur boolean match int pos int x byte[] pattern ...
/plugin/fedauth/js/
H A Dadmin.js104 var prv = cur.prev();
105 prv.before(cur);
107 fa_manager._switchclass(cur);
125 var prv = cur.next();
126 prv.after(cur);
146 cur.slideUp(function() {
148 owner.append(cur);
150 cur.slideDown();
170 cur.slideUp(function() {
172 owner.append(cur);
[all …]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js41 …(match){var only=match.expression.only;if(only){var cur=this;while(cur!==null){if(jQuery.inArray(c…
42 cur=cur.parent;if(cur&&cur.complete){break;}}
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jar ... ) int i int x int i int i int cur boolean match int pos int x byte[] pattern ...
/plugin/autlogin/
H A Dstyle.css11 div#auth_manager div#acl__tree a.cur {
/plugin/jquery/
H A Djquery-1.4.2.min.js137 …lse{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.sty…
140 …t"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this… method in c.fx
141 …his.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,thi…
H A Djquery-1.4.2.js2714 var cur = parts.pop(), pop = cur;
2717 cur = "";
3786 while ( cur && cur.ownerDocument && cur !== context ) {
3795 cur = cur.parentNode;
3806 while ( cur && cur.ownerDocument && cur !== context ) {
3808 return cur;
3810 cur = cur.parentNode;
3926 …while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).…
3930 cur = cur[dir];
3939 for ( ; cur; cur = cur[dir] ) {
[all …]
H A Dscript.js19cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R… method in o.fx
/plugin/lytebox/
H A Dlytebox.js694 LyteBox.prototype.getPixelRate = function(cur, img) { argument
695 var diff = (img > cur) ? img - cur : cur - img;
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1 …;border:1px solid #8cacbb;text-align:left;}div#acl_manager div#acl__tree a.cur{background-color:#f…
/plugin/superacl/
H A Dstyle.css12 div#superacl_manager div#acl__tree a.cur {

1234