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
.fm-item { | |
min-height: $list-item-height; | |
@include opacity(0); | |
@include transition(opacity $transition-time); | |
&:nth-child(2) { @include transition-delay(35ms); } | |
&:nth-child(3) { @include transition-delay(70ms); } |
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
<snippet> | |
<content><![CDATA[ | |
console.log('$1: ', $1); | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>log</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<!-- <scope>source.python</scope> --> | |
</snippet> |
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
function getnode () { | |
local VERSION=v0.11.13 | |
local NODE_DIRECTORY=node-$VERSION-linux-x86 | |
local NODE_PACKAGE=$NODE_DIRECTORY.tar.gz | |
local NODE_URL=http://nodejs.org/dist/$VERSION/$NODE_PACKAGE | |
local DESTINATION=/usr/lib | |
function makelink () { | |
if [[ -h $1 ]]; then |
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
Using CATALINA_BASE: /home/drewbrokke/Desktop/Liferay/repos/Portal/CE/tomcat-7.0.42 | |
Using CATALINA_HOME: /home/drewbrokke/Desktop/Liferay/repos/Portal/CE/tomcat-7.0.42 | |
Using CATALINA_TMPDIR: /home/drewbrokke/Desktop/Liferay/repos/Portal/CE/tomcat-7.0.42/temp | |
Using JRE_HOME: /usr/lib/jvm/java-7-openjdk-amd64 | |
Using CLASSPATH: /home/drewbrokke/Desktop/Liferay/repos/Portal/CE/tomcat-7.0.42/bin/bootstrap.jar:/home/drewbrokke/Desktop/Liferay/repos/Portal/CE/tomcat-7.0.42/bin/tomcat-juli.jar | |
Sep 16, 2014 10:53:14 PM org.apache.catalina.startup.Catalina initDirs | |
SEVERE: Cannot find specified temporary folder at /home/drewbrokke/Desktop/Liferay/repos/Portal/CE/tomcat-7.0.42/temp | |
Sep 16, 2014 10:53:14 PM org.apache.catalina.core.AprLifecycleListener init | |
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux- |
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
Buildfile: /home/drewbrokke/Desktop/Patched Portal/liferay-plugins-sdk-6.2-ee-sp6/portlets/BrickyardCrystralTriggersDetails-portlet/build.xml | |
BUILD FAILED | |
/home/drewbrokke/Desktop/Patched Portal/liferay-plugins-sdk-6.2-ee-sp6/portlets/BrickyardCrystralTriggersDetails-portlet/build.xml:5: Cannot find /home/drewbrokke/Desktop/Patched Portal/liferay-plugins-sdk-6.2-ee-sp6/portlets/BrickyardCrystralTriggersDetails-portlet/C:/Data/SVNPROD/WFIG/Liferay/liferay-plugins-sdk-6.2.0/portlets/build-common-portlet.xml imported from /home/drewbrokke/Desktop/Patched Portal/liferay-plugins-sdk-6.2-ee-sp6/portlets/BrickyardCrystralTriggersDetails-portlet/build.xml | |
Total time: 0 seconds |
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
Buildfile: /home/drewbrokke/Desktop/Patched Portal/liferay-plugins-sdk-6.2-ee-sp6/portlets/BusinessViewOwner-portlet/build.xml | |
/home/drewbrokke/Desktop/Patched Portal/liferay-plugins-sdk-6.2-ee-sp6/portlets/BusinessViewOwner-portlet/build.xml:5: Cannot find /home/drewbrokke/Desktop/Patched Portal/liferay-plugins-sdk-6.2-ee-sp6/portlets/BusinessViewOwner-portlet/C:/Data/SVNPROD/WFIG/Liferay/liferay-plugins-sdk-6.2.0/portlets/build-common-portlet.xml imported from /home/drewbrokke/Desktop/Patched Portal/liferay-plugins-sdk-6.2-ee-sp6/portlets/BusinessViewOwner-portlet/build.xml |
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
datePicker.inputField = A.one('#<%= randomNamespace %>displayDate'); | |
datePicker.inputField.on('keydown', function(event) { | |
if (event.keyCode === 13) { | |
datePicker.fire('enterKey'); | |
} | |
}); |
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
<%-- | |
/** | |
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. | |
* | |
* This library is free software; you can redistribute it and/or modify it under | |
* the terms of the GNU Lesser General Public License as published by the Free | |
* Software Foundation; either version 2.1 of the License, or (at your option) | |
* any later version. | |
* | |
* This library is distributed in the hope that it will be useful, but WITHOUT |
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
String prefix = ParamUtil.getString(actionRequest, "title"); | |
String suffix = ParamUtil.getString(actionRequest, "suffix"); | |
List<ListType> prefixModels = ListTypeServiceUtil.getListTypes(ListTypeConstants.CONTACT_PREFIX); | |
List<ListType> suffixModels = ListTypeServiceUtil.getListTypes(ListTypeConstants.CONTACT_SUFFIX); | |
List<String> prefixes = new ArrayList<String>(); | |
List<String> suffixes = new ArrayList<String>(); | |
for (ListType prefixModel: prefixModels) { |
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
var enterKeydownCount = 0, | |
triggers = [ | |
'#inputTriggerA', | |
'#inputTriggerB', | |
'#inputTriggerC', | |
'#inputTriggerB', | |
'#inputTriggerA', | |
]; |