代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/388068/2551870
c easter.c
/*
+----------------------------------------------------------------------+
| PHP HTML Embedded Scripting Language Version 3.0 |
+-----------------------------------------
www.eeworm.com/read/388068/2551876
c snmp.c
/*
+----------------------------------------------------------------------+
| PHP HTML Embedded Scripting Language Version 3.0 |
+-----------------------------------------
www.eeworm.com/read/388068/2551877
h php3_snmp.h
/*
+----------------------------------------------------------------------+
| PHP HTML Embedded Scripting Language Version 3.0 |
+-----------------------------------------
www.eeworm.com/read/228480/14382855
txt @psc_readme_9436_3.txt
Title: Xion Scripting Language
Description: This is a small scripting language that can be easily extended and was written by me about 2 years ago.........do vote for me if u like it
This file came
www.eeworm.com/read/458810/1583341
groovy calculator.groovy
package org.springframework.scripting.groovy;
import org.springframework.scripting.Calculator
class GroovyCalculator implements Calculator {
int add(int x, int y) {
return x + y;
}
}
www.eeworm.com/read/177353/5328326
todo
Internal lua scripting support still looks a lot like a temporary hack:
* internal scripting support should be independent on actual language (it would
be nice to support ie. perl as well, with min
www.eeworm.com/read/418779/10900747
txt 2326.txt
Rule:
--
Sid:
2326
--
Summary:
This event is generated when a cross-site scripting attack is being
attempted against the SGDynamo web application.
--
Impact:
Successful cross-site scripting attack
www.eeworm.com/read/473927/6822648
txt 2326.txt
Rule:
--
Sid:
2326
--
Summary:
This event is generated when a cross-site scripting attack is being
attempted against the SGDynamo web application.
--
Impact:
Successful cross-site scripting attack
www.eeworm.com/read/177353/5328303
h keybinding.h
#ifndef EL__SCRIPTING_SMJS_KEYBINDING_H
#define EL__SCRIPTING_SMJS_KEYBINDING_H
#include "ecmascript/spidermonkey/util.h"
void smjs_init_keybinding_interface(void);
#endif