Imported from SVN by Bitbucket

This commit is contained in:
oblikoamorale
2015-03-13 13:08:53 +00:00
commit 413cc979ca
93 changed files with 17185 additions and 0 deletions

1680
ajquery/js/ajquery.js Executable file

File diff suppressed because it is too large Load Diff

6
ajquery/js/browser.json Executable file
View File

@@ -0,0 +1,6 @@
{
"path": [PATH_JS],
"pathcurrent": "[PATH]",
"parent": "[PATH_PARENT]",
"browser": [BROWSER_JS]
}

4
ajquery/js/jquery-1.11.0.min.js vendored Executable file

File diff suppressed because one or more lines are too long

6
ajquery/js/jquery-ui-1.10.4.custom.min.js vendored Executable file

File diff suppressed because one or more lines are too long

4
ajquery/js/library.json Executable file
View File

@@ -0,0 +1,4 @@
{
"queryInfo": [QUERY_INFO_JS],
"query": [QUERY_JS]
}

29
ajquery/js/state.json Executable file
View File

@@ -0,0 +1,29 @@
{"playlist":[PLAYLIST_JS],
"playlists":[PLAYLISTS_JS],
"playbackOrder":"[PLAYBACK_ORDER]",
"volume":"[VOLUME]",
"volumedb":"[VOLUME_DB]",
"SAC":"[SAC]",
"SAQ":"[SAQ]",
"isPlaying":"[IS_PLAYING]",
"isPaused":"[IS_PAUSED]",
"isEnqueueing":"[IS_ENQUEUEING]",
"playingItem":"[PLAYLIST_ITEM_PLAYING]",
"focusedItem":"[PLAYLIST_ITEM_FOCUSED]",
"prevplayedItem":"[PLAYLIST_ITEM_PREV_PLAYED]",
"itemPlayingPos":"[ITEM_PLAYING_POS]",
"itemPlayingLen":"[ITEM_PLAYING_LEN]",
"playlistPage":"[PLAYLIST_PAGE]",
"playlistItemsPerPage":"[PLAYLIST_ITEMS_PER_PAGE]",
"playlistItemsCount":"[PLAYLIST_ITEMS_COUNT]",
"playlistActive":"[PLAYLIST_ACTIVE]",
"playlistPlaying":"[PLAYLIST_PLAYING]",
"playlistPlayingItemsCount":"[PLAYLIST_PLAYING_ITEMS_COUNT]",
"playlistTotalTime":"[PLAYLIST_TOTAL_TIME]",
"queueTotalTime":"[QUEUE_TOTAL_TIME]",
"isUndoAvailable":"[PLAYLIST_IS_UNDO_AVAILABLE]",
"isRedoAvailable":"[PLAYLIST_IS_REDO_AVAILABLE]",
"helper1":"[HELPER1X]",
"helper2":"[HELPER2X]",
"helper3":"[HELPER3X]",
"albumArt":"[ALBUMART]"}