Home
last modified time | relevance | path

Searched refs:gap (Results 176 – 186 of 186) sorted by path

12345678

/plugin/sidebar/
H A Dstyle.css169 …width: 77%; /* IE needs extra gap to ensure #sidebar & .page float next to each …
/plugin/subjectindex/plugins/
H A Dbible_verses.txt8153 …t that he said: "Jehovah has broken through my enemies ahead of me, like a gap made by waters." Th…
9136 …inst the king: Sol'o·mon himself had built the Mound. He had closed up the gap of the City of Davi…
10786 …avid said: "The [true] God has broken through my enemies by my hand like a gap made by waters." Th…
12403 …ur enemies that I had rebuilt the wall and there had not been left in it a gap (although up to tha…
13572 As through a wide gap they proceed to come;Under a storm they have rolled along.
15675 …nihilate them,If it had not been for Moses his chosen one,Who stood in the gap before him,To turn …
18799 …tinuous generations. And you will actually be called the repairer of [the] gap, the restorer of ro…
21007 … from among them who would be repairing the stone wall and standing in the gap before me in behalf…
/plugin/subjectindex/
H A Dstyle.css62 column-gap: 1em;
63 -moz-column-gap: 1em;
64 -webkit-column-gap: 1em;
/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap variable
[all...]
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js960 …._band.getViewWidth()/2-G/2),trackHeight:G,trackGap:I.track.gap,trackIncrement:G+I.track.gap,icon:…
1852 var F={trackOffset:I.track.offset,trackHeight:G,trackGap:I.track.gap,trackIncrement:G+I.track.gap,i…
2182 …overviewTrack.height,trackGap:H.overviewTrack.gap,trackIncrement:H.overviewTrack.height+H.overview…
2533 this.event={track:{height:10,gap:2,offset:2,autoWidthMargin:1.5},overviewTrack:{offset:20,tickHeigh… property in Timeline.ClassicTheme._Impl.event.overviewTrack
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_style.css124 -moz-column-gap: 2%;
127 -webkit-column-gap: 2%;
130 column-gap: 2%;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2998 …f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"… variable
3003 }function str(key,holder){var i,k,v,length,mind=gap,partial,value=holder[key];
3010 }gap+=indent;
3016 }v=partial.length===0?"[]":gap?"[\n"+gap+partial.join(",\n"+gap)+"\n"+mind+"]":"["+partial.join(","…
3017 gap=mind;
3024 if(v){partial.push(quote(k)+(gap?": ":":")+v)
3026 if(v){partial.push(quote(k)+(gap?": ":":")+v)
3027 }}}}v=partial.length===0?"{}":gap?"{\n"+gap+partial.join(",\n"+gap)+"\n"+mind+"}":"{"+partial.join(…
3028 gap=mind;
3031 gap="";
/plugin/wrap/
H A Dall.less90 -moz-column-gap: 1.5em;
91 -webkit-column-gap: 1.5em;
92 column-gap: 1.5em;
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php277 $gap = 0;
289 } else if ($gap > 0) {
290 $blocks[] = $gap; //Don't remove the files between the gap
297 $gap = 0;
301 $gap += $size;
308 if ($gap == 0) {
311 $blocks[] = $gap;
H A DTar.php244 $gap = 0;
256 } else if ($gap > 0) {
257 $blocks[] = $gap; //Don't remove the files between the gap
264 $gap = 0;
268 $gap += $size;
276 if ($gap == 0) {
279 $blocks[] = $gap;
H A DZip.php289 $gap = 0;
303 } else if ($gap > 0) {
304 $blocks[] = $gap; //Don't remove the files between the gap
311 $gap = 0;
315 $gap += $size;
327 if ($gap == 0) {
330 $blocks[] = $gap;

12345678