الفرق بين المراجعتين لصفحة: «Node.js/MegaMenu»

من موسوعة حسوب
جميل-بيلوني أنشأ الصفحة Node.js/MegaMenu باستخدام موديل محتوى غير قياسي "JSON"
 
إضافة محتوى قائمة MegaMenu
سطر 1: سطر 1:
{}
[
    {
        "columns": [
            {
                "control": {
                    "type": "bullets",
                    "config": {
                        "text": "البدء مع Node.js",
                        "url": "#",
                        "items": [
                            {
                                "text": "طريقة الاستعمال وتشغيل الأمثلة",
                                "url": "/Node.js/synopsis"
                            },
                            {
                                "text": "خيارات سطر الأوامر",
                                "url": "/Node.js/cli"
                            },
                            {
                                "text": "الأحداث",
                                "url": "/Node.js/events"
                            },
                            {
                                "text": "تتبع الأحداث",
                                "url": "/Node.js/tracing"
                            },
                            {
                                "text": "الكائنات العامة",
                                "url": "/Node.js/globals"
                            },
                            {
                                "text": "التعامل مع نظام الملفات",
                                "url": "/Node.js/fs"
                            },
                            {
                                "text": "الأخطاء في Node.js",
                                "url": "/Node.js/errors"
                            },
                            {
                                "text": "منقح الأخطاء",
                                "url": "/Node.js/debugger"
                            }
                        ]
                    }
                }
            },
            {
                "control": {
                    "type": "bullets",
                    "config": {
                        "text": "الوحدات والأصناف",
                        "url": "#",
                        "items": [
                            {
                                "text": "نظام الوحدات في Node.js",
                                "url": "/Node.js/modules"
                            },
                            {
                                "text": "الوحدة assert",
                                "url": "/Node.js/assert"
                            },
                            {
                                "text": "الوحدة async_hooks",
                                "url": "/Node.js/async_hooks"
                            },
                            {
                                "text": "الصنف Buffer",
                                "url": "/Node.js/buffer"
                            },
                            {
                                "text": "الوحدة child_process",
                                "url": "/Node.js/child_process"
                            },
                            {
                                "text": "الوحدة cluster",
                                "url": "/Node.js/cluster"
                            },
                            {
                                "text": "الوحدة console",
                                "url": "/Node.js/console"
                            },
                            {
                                "text": "الوحدة crypto",
                                "url": "/Node.js/crypto"
                            }
                        ]
                    }
                }
            },
            {
                "control": {
                    "type": "bullets",
                    "config": {
                        "text": "الوحدات والأصناف",
                        "url": "#",
                        "items": [
                            {
                                "text": "الوحدة dns",
                                "url": "/Node.js/dns"
                            },
                            {
                                "text": "وحدات ECMAScript",
                                "url": "/Node.js/esm"
                            },
                            {
                                "text": "الوحدة http",
                                "url": "/Node.js/http"
                            },
                            {
                                "text": "الوحدة https",
                                "url": "/Node.js/https"
                            },
                            {
                                "text": "الوحدة inspector",
                                "url": "/Node.js/inspector"
                            },
                            {
                                "text": "الوحدة net",
                                "url": "/Node.js/net"
                            },
                            {
                                "text": "الوحدة os",
                                "url": "/Node.js/os"
                            },
                            {
                                "text": "الوحدة path",
                                "url": "/Node.js/path"
                            }
                        ]
                    }
                }
            },
            {
                "control": {
                    "type": "bullets",
                    "config": {
                        "text": "الوحدات والأصناف",
                        "url": "#",
                        "items": [
                            {
                                "text": "الكائن process",
                                "url": "/Node.js/process"
                            },
                            {
                                "text": "الوحدة querystring",
                                "url": "/Node.js/querystring"
                            },
                            {
                                "text": "الوحدة readline",
                                "url": "/Node.js/readline"
                            },
                            {
                                "text": "الوحدة repl",
                                "url": "/Node.js/repl"
                            },
                            {
                                "text": "الوحدة stream",
                                "url": "/Node.js/stream"
                            },
                            {
                                "text": "الوحدة string_decoder",
                                "url": "/Node.js/string_decoder"
                            },
                            {
                                "text": "الوحدة timer",
                                "url": "/Node.js/timers"
                            },
                            {
                                "text": "الوحدة tty",
                                "url": "/Node.js/tty"
                            }
                        ]
                    }
                }
            },
            {
                "control": {
                    "type": "bullets",
                    "config": {
                        "text": "الوحدات والأصناف",
                        "url": "#",
                        "items": [
                            {
                                "text": "الوحدة dgram",
                                "url": "/Node.js/dgram"
                            },
                            {
                                "text": "الوحدة url",
                                "url": "/Node.js/url"
                            },
                            {
                                "text": "الوحدة util",
                                "url": "/Node.js/util"
                            },
                            {
                                "text": "الوحدة v8",
                                "url": "/Node.js/v8"
                            },
                            {
                                "text": "الوحدة vm",
                                "url": "/Node.js/vm"
                            },
                            {
                                "text": "الوحدة worker",
                                "url": "/Node.js/worker_threads"
                            },
                            {
                                "text": "الوحدة zlib",
                                "url": "/Node.js/zlib"
                            }
                        ]
                    }
                }
            }
        ]
    }
]

مراجعة 08:27، 11 مارس 2019

columns
control
type"bullets"
config
text"البدء مع Node.js"
url"#"
items
text"طريقة الاستعمال وتشغيل الأمثلة"
url"/Node.js/synopsis"
text"خيارات سطر الأوامر"
url"/Node.js/cli"
text"الأحداث"
url"/Node.js/events"
text"تتبع الأحداث"
url"/Node.js/tracing"
text"الكائنات العامة"
url"/Node.js/globals"
text"التعامل مع نظام الملفات"
url"/Node.js/fs"
text"الأخطاء في Node.js"
url"/Node.js/errors"
text"منقح الأخطاء"
url"/Node.js/debugger"
control
type"bullets"
config
text"الوحدات والأصناف"
url"#"
items
text"نظام الوحدات في Node.js"
url"/Node.js/modules"
text"الوحدة assert"
url"/Node.js/assert"
text"الوحدة async_hooks"
url"/Node.js/async_hooks"
text"الصنف Buffer"
url"/Node.js/buffer"
text"الوحدة child_process"
url"/Node.js/child_process"
text"الوحدة cluster"
url"/Node.js/cluster"
text"الوحدة console"
url"/Node.js/console"
text"الوحدة crypto"
url"/Node.js/crypto"
control
type"bullets"
config
text"الوحدات والأصناف"
url"#"
items
text"الوحدة dns"
url"/Node.js/dns"
text"وحدات ECMAScript"
url"/Node.js/esm"
text"الوحدة http"
url"/Node.js/http"
text"الوحدة https"
url"/Node.js/https"
text"الوحدة inspector"
url"/Node.js/inspector"
text"الوحدة net"
url"/Node.js/net"
text"الوحدة os"
url"/Node.js/os"
text"الوحدة path"
url"/Node.js/path"
control
type"bullets"
config
text"الوحدات والأصناف"
url"#"
items
text"الكائن process"
url"/Node.js/process"
text"الوحدة querystring"
url"/Node.js/querystring"
text"الوحدة readline"
url"/Node.js/readline"
text"الوحدة repl"
url"/Node.js/repl"
text"الوحدة stream"
url"/Node.js/stream"
text"الوحدة string_decoder"
url"/Node.js/string_decoder"
text"الوحدة timer"
url"/Node.js/timers"
text"الوحدة tty"
url"/Node.js/tty"
control
type"bullets"
config
text"الوحدات والأصناف"
url"#"
items
text"الوحدة dgram"
url"/Node.js/dgram"
text"الوحدة url"
url"/Node.js/url"
text"الوحدة util"
url"/Node.js/util"
text"الوحدة v8"
url"/Node.js/v8"
text"الوحدة vm"
url"/Node.js/vm"
text"الوحدة worker"
url"/Node.js/worker_threads"
text"الوحدة zlib"
url"/Node.js/zlib"