Home
last modified time | relevance | path

Searched refs:count (Results 151 – 175 of 189) sorted by last modified time

12345678

/template/starterbootstrap/
H A Dtpl_functions.php247 … if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
280 if(!count($toc)) return '';
295 if (count($data) === 0) {
358 $last = count($crumbs);
387 $count = count($parts);
398 for ($i = 0; $i < $count - 1; $i++) {
477 …if ($pos >= count($data) || ($data[$pos]['level'] <= $level+1 && strnatcmp(utf8_encodeFN($data[$po…
/template/starterbootstrap/css/
H A Dbootstrap-theme.css.map1count(@iteration-count) {\n -webkit-animation-iteration-count: @iteration-count;\n anima…
H A Dbootstrap.css.map1count(@iteration-count) {\n -webkit-animation-iteration-count: @iteration-count;\n anima…
/template/breeze/bower_components/gumby/js/libs/
H A Djquery-1.10.1.min.map1 …tter","delay","time","fx","speeds","timeout","clearTimeout","clearQueue","count","defer","nodeHook…
H A Djquery-2.0.2.min.map1 …tter","delay","time","fx","speeds","timeout","clearTimeout","clearQueue","count","defer","nodeHook…
/template/breeze/bower_components/gumby/sass/functions/
H A D_grid-calc.scss74 // Create class names from column count integers
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
H A D_modular-scale.scss243 // trim list so we can count from the lowest $base-size
254 // trim list so we can count from the lowest $base-size
/template/20cones/images/
H A Dpagetools-build.php25 $cnt = count($input);
/template/dokutwitterbootstrap/
H A Dtpl_functions.php251 if (count($data) == 0)
/template/a_new_day/js/
H A Dcontrols.js418 var count = 0;
H A Dprototype.js169 sub: function(pattern, replacement, count) { argument
171 count = count === undefined ? 1 : count;
174 if (--count < 0) return match[0];
/template/a_new_day/
H A Dtpl_functions.php22 while(!$found && count($path) >= 0) {
34 $nr = count($lines);
57 $last_position = $positions[count($positions) - 1];
H A Dtplfn_sidebar.php61 for($i=0; $i<count($lines); $i++)
/template/daily/images/
H A Dpagetools-build.php21 $cnt = count($input);
/template/ramtop/images/
H A Dpagetools-build.php21 $cnt = count($input);
/template/lisps/images/
H A Dpagetools-build.php21 $cnt = count($input);
/template/a_free_worldic/
H A Dtpl_functions.php317 while(count($path) > 0) {
/template/binkytestinstance/images/
H A Dpagetools-build.php21 $cnt = count($input);
/template/roundbox/
H A Droundbox.php233 $last = count($parts);
234 $count = 1;
240 if ($count != $last || $part != tpl_getConf('rb_index')) {//do
257 if ($count == $last)
276 $count++;
/template/arctictut/
H A Dtpl_functions.php351 while(count($path) > 0) {
/template/gtopia/
H A Dmain.php101 $getfield .= '&count=' . tpl_getConf('twitter_number_of_tweets');
/template/dokufreech/images/
H A Dpagetools-build.php21 $cnt = count($input);
/template/templar/less/
H A Dmixins.less367 -webkit-column-count: @columnCount;
368 -moz-column-count: @columnCount;
369 column-count: @columnCount;
/template/arctic-mbo/
H A Dtpl_functions.php368 while(count($path) > $min_path_depth) {
403 $count = count($parts);
408 $count = 1;
416 for($i=0; $i<$count - 1; $i++){
/template/scanlines/
H A Dtpl_functions.php406 while(count($path) > 0) {
565 if (count($nb_explode) > 0) {

12345678