Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
#!/usr/bin/env python3 | |
import argparse | |
from http.server import SimpleHTTPRequestHandler, test | |
class MyHTTPRequestHandler(SimpleHTTPRequestHandler): | |
def end_headers(self): | |
self.send_header("Cache-Control", "no-cache, no-store, must-revalidate") | |
self.send_header("Pragma", "no-cache") | |
self.send_header("Expires", "0") |
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
<!doctype html> | |
<html lang='fa-IR' dir='rtl'> | |
<head> | |
<meta charset='utf-8'> | |
<title>Ractive test</title> | |
<style type='text/css'> | |
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css); | |
body { |
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
protected $args = array(); | |
public function __construct($arguments = NULL){ | |
$this->_repository = new \db\model\repository(); | |
$this->_result['error'] = false; | |
$this->_result['body'] = "Working in construct of controller\n"; | |
$this->_result['message'] = ""; | |
if (is_array($arguments)) | |
$this->args = $arguments; |
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
Public Class Form2 | |
Public Shared Thread_2 As System.Threading.Thread | |
Public MyDefaultWindowState = FormWindowState.Normal | |
Private Delegate Sub dlgShowMe() | |
Public Sub ShowMe() | |
If Thread_2 IsNot Nothing AndAlso Thread_2.ThreadState = Threading.ThreadState.Running Then | |
'اگر این فرم باز بود، آن را اکتیو میکند | |
If Me.InvokeRequired Then | |
Dim d As New dlgShowMe(AddressOf Me.ShowMe) |
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
Close: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAQAAAADHm0dAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABUAAAAVAHF8yDUAAABtSURBVCjP5ZLBCcAwCEWfHSXDBEeSjJRZMkNXSQ9pS2wgpMdSPYj8h35EqazGtkx+FxUkCndG8WztEqWQTsEoqFNdA+mErdUZ2uB8TZ+jkCnk0d54ASOwE7BBeUy1zqvNDLy6gHYL1avy+yc8APGFa375gR00AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg== | |
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
<script type="text/javascript"> | |
{literal} | |
isc.RestDataSource.create({ | |
ID:"menuItemsDS", | |
fields: | |
[ | |
{name:"id",primaryKey:"true",type:"integer", hidden:"true"}, | |
{name:"Title",type:"string",title:"نام"}, | |
{name:"Icon",type:"string",title:"شمایل", length:1500}, | |
{name:"Command",type:"string",title:"فرمان",length:500, hidden:"true"}, |
NewerOlder