Home
last modified time | relevance | path

Searched refs:key (Results 126 – 150 of 196) sorted by path

12345678

/template/ospyramid/js/libs/
H A Djquery-1.6.1.js526 var key;
527 for ( key in obj ) {}
529 return key === undefined || hasOwn.call( obj, key );
758 for ( key in elems ) {
759 value = callback( elems[ key ], key, arg );
808 for ( var k in key ) {
3402 this[ name ](key, data, type[key], fn);
3440 this.unbind(key, type[key]);
3523 context[ name ]( key, data, types[key], selector );
7482 key,
[all …]
/template/panoramacake/
H A Ddetail.php60 foreach($fields as $key => $tag){
/template/parallax/
H A Ddetail.php60 foreach($fields as $key => $tag){
/template/parallax/lib/css/
H A Dfont-awesome.min.css4 …-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f0…
/template/peanutbutter/
H A Ddetail.php60 foreach($fields as $key => $tag){
/template/pinboard/
H A Ddetail.php60 foreach($fields as $key => $tag){
/template/pinkberrynight/
H A Ddetail.php58 foreach($fields as $key => $tag){
/template/prsnl10/
H A Ddetail.php98 foreach($fields as $key => $tag){
/template/ravel/
H A Ddetail.php60 foreach($fields as $key => $tag){
/template/readthedokus/
H A Ddetail.php57 foreach($fields as $key => $tag){
/template/rtd_suterdev/
H A Ddetail.php57 foreach($fields as $key => $tag){
/template/scanlines/
H A Ddetail.php67 foreach($fields as $key => $tag){
H A Dtpl_functions.php54 $key = array_search($sb,$sb_content);
55 unset($sb_content[$key]);
/template/simple_sidebar/
H A Ddetail.php64 foreach($fields as $key => $tag){
/template/spacious/
H A Ddetail.php60 foreach($fields as $key => $tag){
/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/starter/
H A Ddetail.php58 foreach($fields as $key => $tag){
/template/starterbootstrap/
H A Ddetail.php49 foreach($fields as $key => $tag){
/template/starterbootstrap/js/
H A Dbootstrap.js1282 this._options && $.each(this._options, function (key, value) { argument
1283 if (defaults[key] != value) options[key] = value
H A Dsorttable.js460 for (var key in object) {
461 if (typeof this.prototype[key] == "undefined") {
462 block.call(context, object[key], key, object);
/template/starterpjax/
H A Ddetail.php55 foreach($fields as $key => $tag){
H A Djquery.pjax.js473 for (key in data)
474 form.append($('<input>', {type: 'hidden', name: key, value: data[key]}))
/template/strap/_test/
H A DconfigTest.php99 foreach ($conf as $key => $value) {
101 $key,
103 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'syntax/conf/metadata.php'
107 foreach ($meta as $key => $value) {
112 if (in_array($key,
118 $key,
120 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'syntax/conf/default.php'
142 foreach ($conf as $key => $value) {
144 $key,
146 'Key $meta[\'' . $key
[all...]
H A DstrapTest.php71 if (($key = array_search($domValueToCheck, $domValueNotFounds)) !== false) {
72 unset($domValueNotFounds[$key]);
596 foreach ($stylesheets as $key => $stylesheet) {
601 $node[$key][$name] = $value;
H A DtplUtilityTest.php177 // $key = "tpl____${strapName}____" . $strapKey;
179 // $setting = $settings[$key];
226 // $key = "tpl____${strapName}____" . $strapKey;
228 // $setting = $settings[$key];

12345678