/template/strap/vendor/dragonmantank/cron-expression/src/Cron/ |
D | CronExpression.php | 135 foreach ($this->cronParts as $position => $part) { 136 $this->setPart($position, $part); 244 * @param string $part Specify the part to retrieve or NULL to get the full 250 public function getExpression($part = null) argument 252 if (null === $part) { 254 } elseif (array_key_exists($part, $this->cronParts)) { 255 return $this->cronParts[$part]; 342 $part = $this->getExpression($position); 343 if (null === $part || '*' === $part) { 346 $parts[$position] = $part; [all …]
|
D | MinutesField.php | 31 foreach ($parts as $part) { 32 $minutes = array_merge($minutes, $this->getRangeForExpression($part, 59));
|
D | HoursField.php | 39 foreach ($parts as $part) { 40 $hours = array_merge($hours, $this->getRangeForExpression($part, 23));
|
/template/congrid/ |
D | tpl_functions.php | 65 foreach ($parts as $part) { 66 if ($part == '*') { 70 $part = str_replace(' ', '', $part); 71 if (strncmp($part, 'do==', 4) == 0) { 72 $value = substr($part, 4); 77 } else if (strncmp($part, 'do!=', 4) == 0) { 78 $value = substr($part, 4); 83 } else if (strncmp($part, 'ID==', 4) == 0) { 84 $value = substr($part, 4); 89 } else if (strncmp($part, 'ID!=', 4) == 0) { [all …]
|
/template/roundbox/ |
D | roundbox.php | 237 foreach ($parts as $part) {//do 240 if ($count != $last || $part != tpl_getConf('rb_index')) {//do 243 if ($part == $conf['start']) 250 $page .= $part; 254 $part = str_replace('_', ' ', $part); 264 tpl_link(wl($link), $part, 'title="'.$link.'"'); 268 tpl_link(wl($link), $part, 'title="'.$link.'" class="wikilink2"');
|
/template/strap/ComboStrap/ |
D | Template.php | 69 foreach ($splits as $part) { 70 if (substr($part, 0, 1) === self::DOLLAR_VARIABLE_PREFIX) { 71 if (substr($part, 1, 1) === self::LONG_ENTER) { 73 … preg_match('/' . self::LONG_VARIABLE_NAME_CAPTURE_EXPRESSION . '/im', $part, $matches); 76 $variable = trim(substr($part, 1)); 85 $value = $part;
|
D | ConditionalValue.php | 53 foreach ($parts as $key => $part) { 54 if (array_key_exists($part, self::$breakpoints)) { 55 $this->breakpoint = $part; 57 $valueFromParts[] = $part;
|
/template/drupal_garland_blue/ |
D | tpl_functions.php | 75 $part = ''; 77 $part .= $parts[$i].':'; 78 $page = $part; 93 if(isset($page) && $page==$part.$parts[$i]) return; 94 $page = $part.$parts[$i];
|
/template/sxs/ |
D | sxs.php | 135 foreach ($parts as $part) { 136 if ($count != $last || $part != $conf['sxs_index']) { 138 if ($part == $conf['start']) continue; 140 $page .= $part; 143 $part = str_replace('_', ' ', $part); 150 tpl_link(wl($link), $part, 'title="'.$link.'"'); 154 tpl_link(wl($link), $part,
|
/template/neolaoresources3/ |
D | main.php | 136 $part = ''; 138 $part .= $parts[$i].':'; 139 $page = $part; 154 if(isset($page) && $page==$part.$parts[$i]) return; 155 $page = $part.$parts[$i];
|
/template/starterbootstrap/ |
D | tpl_functions.php | 397 $part = ''; 399 $part .= $parts[$i].':'; 400 $page = $part; 409 if (isset($page) && $page == $part.$parts[$i]) return true; 410 $page = $part.$parts[$i]; 471 foreach ($ns_parts as $level => $part) { 472 if ($tmp_ns) $tmp_ns .= ':'.$part; 473 else $tmp_ns = $part;
|
/template/wallpaper/ |
D | tpl_functions.php | 340 $part = ''; 342 $part .= $parts[$i].':'; 343 $page = $part; 353 if(isset($page) && $page == $part.$parts[$i]) return true; 354 $page = $part.$parts[$i];
|
/template/twigstarter/vendor/symfony/polyfill-mbstring/ |
D | Mbstring.php | 646 public static function mb_stristr($haystack, $needle, $part = false, $encoding = null) argument 650 return self::getSubpart($pos, $part, $haystack, $encoding); 653 public static function mb_strrchr($haystack, $needle, $part = false, $encoding = null) argument 663 return self::getSubpart($pos, $part, $haystack, $encoding); 666 public static function mb_strrichr($haystack, $needle, $part = false, $encoding = null) argument 671 return self::getSubpart($pos, $part, $haystack, $encoding); 682 public static function mb_strstr($haystack, $needle, $part = false, $encoding = null) argument 688 if ($part) { 800 private static function getSubpart($pos, $part, $haystack, $encoding) argument 805 if ($part) {
|
/template/arctic-mbo/ |
D | tpl_functions.php | 415 $part = ''; 417 $part .= $parts[$i].':'; 418 $page = $part; 433 if(isset($page) && $page==$part.$parts[$i]) return; 434 $page = $part.$parts[$i];
|
/template/strap/vendor/symfony/polyfill-mbstring/ |
D | Mbstring.php | 673 public static function mb_stristr($haystack, $needle, $part = false, $encoding = null) argument 677 return self::getSubpart($pos, $part, $haystack, $encoding); 680 public static function mb_strrchr($haystack, $needle, $part = false, $encoding = null) argument 690 return self::getSubpart($pos, $part, $haystack, $encoding); 693 public static function mb_strrichr($haystack, $needle, $part = false, $encoding = null) argument 698 return self::getSubpart($pos, $part, $haystack, $encoding); 712 public static function mb_strstr($haystack, $needle, $part = false, $encoding = null) argument 718 if ($part) { 874 private static function getSubpart($pos, $part, $haystack, $encoding) argument 879 if ($part) {
|
/template/twigstarter/vendor/twig/twig/src/Loader/ |
D | FilesystemLoader.php | 283 foreach ($parts as $part) { 284 if ('..' === $part) { 286 } elseif ('.' !== $part) {
|
/template/20cones/ |
D | README.md | 31 These pages must only have a list of links, the social part is common for all 33 multi-language social part is provided.
|
/template/strap/vendor/salesforce/handlebars-php/ |
D | README.md | 274 This part will be shown if it is active 276 This part will be shown if it is valid 278 This part will be shown if isActive and isValid are both "falsy" values 299 This part will not show if isActive is true 456 This part will be shown if it is active 458 This part will be shown if it is valid 460 This part will be shown if isActive and isValid are both "falsy" values 467 This part will show when isActive is false
|
/template/khum1/ |
D | CHANGELOG.md.backup | 43 - File _edit.css renamed to _edit.less and cleaned up for more consistency in this part of the css. 44 - Modification of the Changelog presentation to read more easily : part EN then part FR. 48 - Close #18: Fixed the margin bug on the preview and cleaned up the code on this part. 137 - The "article" part keeps the same width between reading and editing.
|
D | CHANGELOG.md | 64 - File _edit.css renamed to _edit.less and cleaned up for more consistency in this part of the css. 65 - Modification of the Changelog presentation to read more easily : part EN then part FR. 69 - Close #18: Fixed the margin bug on the preview and cleaned up the code on this part. 158 - The "article" part keeps the same width between reading and editing.
|
/template/mikio/inc/stemmechanics/lesserphp/ |
D | lessc.inc.php | 433 foreach ($parts as &$part) { 434 $part = str_replace($this->parentSelector, $replace, $part, $c); 865 foreach ($content as &$part) { 866 if (is_array($part)) { 867 $part = $this->compileValue($part); 1583 foreach ($value[2] as &$part) { 1584 if (is_array($part)) { 1585 $strip = $part[0] == "variable"; 1586 $part = $this->reduce($part); 1587 if ($strip) $part = $this->lib_e($part); [all …]
|
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/ |
D | Xpath.php | 251 foreach ($parts as $part) { 253 if ("" !== $part) { 254 $result .= ', "'.$part.'"';
|
/template/mikio/ |
D | mikio.php | 1503 $part = ''; 1505 $part .= $parts[$i] . ':'; 1506 $page = $part; 1525 if ((isset($page) === true && $page === $part . $parts[$i]) === false) { 1526 $page = $part . $parts[$i]; 2110 foreach ($parts as $part) { 2111 if (strlen($part) > 0) { 2112 $script .= 'mikio.hidePart(\'' . $part . '\');';
|
/template/comicslate/fonts/ |
D | dsp_license.txt | 32 The author keeps the right to discard or replace this license or any its part, without further noti…
|
/template/ospyramid/js/libs/ |
D | jquery-1.6.1.js | 4059 "+": function(checkSet, part){ argument 4060 var isPartStr = typeof part === "string", 4061 isTag = isPartStr && !rNonWord.test( part ), 4065 part = part.toLowerCase(); 4072 checkSet[i] = isPartStrNotTag || elem && elem.nodeName.toLowerCase() === part ? 4074 elem === part; 4079 Sizzle.filter( part, checkSet, true ); 4083 ">": function( checkSet, part ) { argument 4085 isPartStr = typeof part === "string", 4089 if ( isPartStr && !rNonWord.test( part ) ) { [all …]
|