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
diff -ru a/memcache_pool.c b/memcache_pool.c | |
--- a/memcache_pool.c | |
+++ b/memcache_pool.c | |
@@ -40,7 +40,7 @@ | |
ZEND_DECLARE_MODULE_GLOBALS(memcache) | |
-inline void mmc_buffer_alloc(mmc_buffer_t *buffer, unsigned int size) /* | |
+void mmc_buffer_alloc(mmc_buffer_t *buffer, unsigned int size) /* | |
ensures space for an additional size bytes {{{ */ |
This file has been truncated, but you can view the full file.
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
{ | |
"asset" : { | |
"generator" : "Khronos glTF Blender I/O v0.9.24", | |
"version" : "2.0" | |
}, | |
"scene" : 0, | |
"scenes" : [ | |
{ | |
"name" : "newviciious", | |
"nodes" : [ |
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
diff --git a/components/Configs.php b/components/Configs.php | |
index b6cf6ce..3a210ee 100644 | |
--- a/components/Configs.php | |
+++ b/components/Configs.php | |
@@ -39,7 +39,7 @@ use yii\rbac\ManagerInterface; | |
* @author Misbahul D Munir <[email protected]> | |
* @since 1.0 | |
*/ | |
-class Configs extends \yii\base\Object | |
+class Configs extends \yii\base\BaseObject |
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
Initialization file for JOE | |
Standard Joe | |
JOE looks for this file in: | |
1 - $HOME/.joerc | |
2 - /etc/joe/joerc | |
This file can include other files by placing the following include command | |
in the first column: |
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
<?xml version="1.0" encoding="utf-8"?> | |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
android:id="@+id/layout" | |
android:layout_width="fill_parent" | |
android:layout_height="fill_parent" | |
android:background="#000000" > | |
<android.opengl.GLSurfaceView | |
android:id="@+id/glview" | |
android:layout_width="fill_parent" |