Home
last modified time | relevance | path

Searched refs:key (Results 1 – 25 of 196) sorted by relevance

12345678

/template/strap/_test/
H A DconfigTest.php99 foreach ($conf as $key => $value) {
101 $key,
107 foreach ($meta as $key => $value) {
112 if (in_array($key,
118 $key,
143 foreach ($conf as $key => $value) {
145 $key,
153 $key,
176 foreach ($meta as $key => $value) {
180 if (in_array($key,
[all …]
H A DtplUtilityTest.php176 $key = "tpl____${strapName}____" . $strapKey;
178 $setting = $settings[$key];
225 $key = "tpl____${strapName}____" . $strapKey;
227 $setting = $settings[$key];
/template/twigstarter/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php43 public function load($key) argument
45 if (file_exists($key)) {
46 @include_once $key;
50 public function write($key, $content) argument
52 $dir = \dirname($key);
64 $tmpFile = tempnam($dir, basename($key));
66 @chmod($key, 0666 & ~umask());
73 apc_compile_file($key);
83 public function getTimestamp($key) argument
85 if (!file_exists($key)) {
[all …]
H A DCacheInterface.php38 * @param string $key The cache key
41 public function write($key, $content); argument
46 * @param string $key The cache key
48 public function load($key); argument
53 * @param string $key The cache key
57 public function getTimestamp($key); argument
H A DNullCache.php26 public function write($key, $content) argument
30 public function load($key) argument
34 public function getTimestamp($key) argument
/template/bootstrap3/
H A DEventHandlers.php223 foreach ($event->data->_content as $key => $item) {
254 $event->data->_content[$key]['_legend'] = (($title_icon) ? iconify("mdi:$title_icon") : '') . ' ' . $event->data->_content[$key]['_legend'];
259 $event->data->_content[$key]['class'] = " $button_class";
260 $event->data->_content[$key]['value'] = (($button_icon) ? iconify("mdi:$button_icon") : '') . ' ' . $event->data->_content[$key]['value'];
275 foreach ($event->data->_content as $key => $item) {
278 $event->data->_content[$key]['class'] = ' btn btn-danger';
279 $event->data->_content[$key]['value'] = iconify('mdi:close') . ' ' . $event->data->_content[$key]['valu
[all...]
/template/mikio/
H A Dcss.php65 foreach($rawVars['replacements'] as $key=>$val) {
66 if(substr($key, 0, 2) == '__' && substr($key, -2) == '__') {
67 $vars['ini_' . substr($key, 2, -2)] = $val;
102 foreach ($arr2 as $key => $value){
103 if(array_key_exists($key, $arr1)) {
104 $arr1[$key] = array_merge($arr1[$key], $value);
106 $arr1[$key] = $value;
/template/sprintdoc/js/base/
H A Dspc.js18 get_options: function(key, options){ argument
21 result = options[key];
62 $.each(objl,function(key,val){ argument
63 var next = key + ": ";
171 saveLSI: function(key, data){ argument
173 localStorage.setItem(key, data);
176 removeLSI: function(key){ argument
178 localStorage.removeItem(key);
181 getLSI: function(key){ argument
183 return localStorage.getItem(key);
[all...]
/template/bootstrap3/_test/
H A Dgeneral.test.php62 foreach ($conf as $key => $value) {
64 $key,
66 'Key $meta[\'' . $key . '\'] missing in conf/metadata.php'
70 foreach ($meta as $key => $value) {
72 $key,
74 'Key $conf[\'' . $key . '\'] missing in conf/default.php'
/template/bootstrap3/tpl/
H A Dfunctions.php29 foreach ($array as $key => $value) {
30 if (substr($key, -$propertyLength) === $property) {
38 array_walk($object, function (&$value, $key) use ($new_value, $property) {
39 if (substr($key, -strlen($property)) === $property) {
64 foreach ($attrs as $key => $value) {
65 $attributes .= ' ' . $key . '="' . hsc($value) . '"';
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php46 public function hasElement(AbstractExpression $key) argument
51 if ((string) $key === (string) $pair['key']) {
59 public function addElement(AbstractExpression $value, AbstractExpression $key = null) argument
61 if (null === $key) {
62 $key = new ConstantExpression(++$this->index, $value->getTemplateLine());
65 array_push($this->nodes, $key, $value);
/template/strap/class/
H A DTplUtility.php406 * @param string $key the key configuration
410 public static function updateConfiguration($key, $value) argument
454 $key = "tpl____strap____" . $key;
455 if (isset($settings[$key])) {
456 $setting = &$settings[$key];
934 foreach ($scriptsMeta as $key => $script) {
944 $jsScripts[$key] =
951 $jsScripts[$key]['crossorigin'] = 'anonymous';
1442 foreach ($tconf as $key => $value) {
1443 if (isset($conf['tpl'][$template][$key])) continue;
[all …]
H A DDomUtility.php28 foreach ($domElements as $key => $domElement) {
29 $nodes[$key] = self::extractsAttributes($domElement);
/template/mikio/lang/en/
H A Dlang.php293 foreach ($lang as $key => $val) {
294 if (strpos($key, '_darkmode_') === false) {
295 if (substr($key, 0, 9) === '__plugin_') {
296 $lang['__plugin_darkmode_' . substr($key, 9)] = $val;
298 $lang['__darkmode_' . substr($key, 2)] = $val;
/template/breeze/bower_components/gumby/sass/functions/
H A D_palette.scss3 @function getColor($key, $state: false, $list: $ui-coloring) { parameter
5 @if $key == nth($color, 1) and $state == default {
8 @else if $key == nth($color, 1) and $state == hover {
11 @else if $key == nth($color, 1) {
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php299 $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;
301 …return $this->templateClassPrefix.hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $key).(null …
399 $key = $this->cache->generateKey($name, $mainCls);
401 … if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
402 $this->cache->load($key);
409 $this->cache->write($key, $content);
410 $this->cache->load($key);
947 foreach ($this->getGlobals() as $key => $value) {
948 if (!\array_key_exists($key, $context)) {
949 $context[$key] = $value;
/template/gtopia/
H A DTwitterAPIExchange.php233 foreach($params as $key=>$value)
235 $return[] = "$key=" . $value;
253 foreach($oauth as $key => $value)
255 $values[] = "$key=\"" . rawurlencode($value) . "\"";
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/
H A D_math.scss77 @function maclaurin($start, $key, $number) {
83 $value: $value - ( exponent($number, $key) / factorial($key) );
87 $value: $value + ( exponent($number, $key) / factorial($key) );
91 $key: $key + 2;
/template/twigstarter/vendor/twig/twig/src/Util/
H A DTemplateDirIterator.php32 public function key() function in Twig\\Util\\TemplateDirIterator
34 return (string) parent::key();
/template/kajukkk/
H A Dnewpage.php187 foreach ($torep as $key => $val)
189 $text=str_ireplace($key,$val,$text);
199 foreach ($torep as $key => $val)
201 $text=preg_replace($key,$val,$text);
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DDebugExtension.php53 foreach ($context as $key => $value) {
55 $vars[$key] = $value;
/template/masa/
H A Dtpl_functions.php47 $key = array_search($am,$am_content);
48 unset($am_content[$key]);
125 $key = array_search($sb,$sb_content);
126 unset($sb_content[$key]);
/template/twigstarter/vendor/twig/twig/src/Node/
H A DModuleNode.php216 foreach ($trait->getNode('targets') as $key => $value) {
219 ->string($key)
223 ->string($key)
235 ->string($key)
237 ->string($key)
/template/codowik/js/
H A Dlayout.js903 key = keys[i];
1720 return key;
2026 key = data[i];
2032 key = data[i];
2041 val = opts[key];
2042 if ($.inArray(key, rootKeys) < 0 && $.inArray(key, data) < 0) {
2066 key = data[i];
2068 if (!opts.center[key] && (opts.panes[key] || !o[key]))
2069 o[key] = d[key]; // pane-default
5467 key = pair[1];
[all …]
/template/argon/assets/js/core/
H A Dbootstrap.min.js6key,i)}}function o(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}function s(t,e,n){return e in t?O…

12345678