This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta_type": "create", | |
"method": "get", | |
"number": 268, | |
"access": true, | |
"recheck_access": null, | |
"terminal": false, | |
"meta": true, | |
"invokable": true, | |
"default": true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.VerifyError: class org.projectodd.wunderboss.rack.RackEnvironmentHash overrides final method to_s19.(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject; | |
at java.lang.ClassLoader.defineClass1(Native Method) ~[na:1.8.0_71] | |
at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[na:1.8.0_71] | |
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[na:1.8.0_71] | |
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) ~[na:1.8.0_71] | |
at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[na:1.8.0_71] | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:368) ~[na:1.8.0_71] | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:362) ~[na:1.8.0_71] | |
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_71] | |
at java.net.URLClassLoader.findClass(URLClassLoader.java:361) ~[na:1.8.0_71] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#coding: utf-8 | |
class Kaku < Sequel::Model(DB) | |
one_to_many :test, key: :kaku_id, options: Engine2::Schemes::CRUD | |
many_to_one :group, key: :group_id | |
extend Engine2::Model | |
type_info do | |
required :date_from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.liftextras | |
package record | |
package crud | |
import net.liftweb._ | |
import http.{S, SHtml} | |
import util.BindHelpers._ | |
import http.js.JsCmds._ | |
import http.js.{JsCmd} | |
import http.js.jquery.JqJsCmds.{Hide, Show} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
list.html | |
<div id="listContainer" > | |
<div id="searchContainer"> | |
<div id="search_panel"></div> | |
</div> | |
<div data-lift="embed?what=/crud/table"></div> | |
</div> | |
tabla.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4312db54b3424cf832e2a17b356fe87f0d9b792c | |
417a0b49795d24960e327b11a23a7e18faf45592 | |
62b2486996d0e279dc450fc22dfad55cbd079fcb | |
b8f4216ed5f5aedcf38fbecc0259d8a1d2e5305c | |
55d0a041fccdff19065e86ff0f291ef5c4daa720 | |
a88ef08630063b3ab15b9bdf97f174d265c95172 | |
6dc20fa6a1d6edecef0ec7b2ca852c382e6a8098 | |
52b242c5f440c688c102bcff2458456346aac5a8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scalar 176 AllocateArray === 265 144 255 8 1 ( 174 160 26 159 1 1 1 26 146 1 ) [[ 177 178 179 186 187 188 ]] rawptr:NotNull ( int:>=0, java/lang/Object:NotNull *, bool, int ) esca::bench @ bci:1 esca::main @ bci:29 !jvms: esca::bench @ bci:1 esca::main @ bci:29 | |
++++ Eliminated: 176 AllocateArray | |
======== Connection graph for esca::main | |
JavaObject NoEscape(NoEscape) [ 151F 145F 139F [ 127 ]] 115 AllocateArray === 85 74 96 8 1 ( 19 99 20 98 1 1 1 77 78 1 ) [[ 116 117 118 125 126 127 ]] rawptr:NotNull ( int:>=0, java/lang/Object:NotNull *, bool, int ) esca::bench @ bci:1 esca::main @ bci:29 !jvms: esca::bench @ bci:1 esca::main @ bci:29 | |
LocalVar [ 115P [ 151b 145b 139b ]] 127 Proj === 115 [[ 128 151 139 145 ]] #5 !jvms: esca::bench @ bci:1 esca::main @ bci:29 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!icon:file=res/images/dialogs/player_fwd.png|id=fwd_icon | |
!icon:file=res/images/dialogs/player_play.png|id=play_icon | |
!icon:file=res/images/dialogs/player_pause.png|id=pause_icon | |
!icon:file=res/images/dialogs/player_stop.png|id=stop_icon | |
!icon:file=res/images/dialogs/clock.png|id=clock_icon | |
!icon:file=res/images/dialogs/parameters.png|id=parameters_icon | |
!icon:file=res/images/dialogs/options.png|id=options_icon | |
!icon:file=res/images/dialogs/statistics.png|id=statistics_icon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From torquebox:latest | |
COPY standalone.xml /opt/torquebox/jboss/standalone/configuration/standalone.xml | |
COPY standalone.xml /opt/standalone.xml | |
COPY test-knob.yml /opt/torquebox/jboss/standalone/deployments/test-knob.yml | |
COPY jt400.jar /opt/torquebox/jruby/lib/jt400.jar | |
RUN touch /opt/torquebox/jboss/standalone/deployments/test-knob.yml.dodeploy | |
COPY app/Gemfile /opt/Gemfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From java:1_8 | |
COPY torquebox-dist.zip /opt/torquebox-dist.zip | |
RUN \ | |
unzip /opt/torquebox-dist.zip -d /opt && \ | |
ln -s /opt/torquebox-3* /opt/torquebox && \ | |
rm -f /opt/torquebox-dist.zip | |
COPY modules /opt/torquebox/jboss/modules |