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
boolean getDebuggable() { | |
def debuggableFlag = null; | |
def manifest = new XmlSlurper().parse(file("AndroidManifest.xml")) | |
def groovy.util.slurpersupport.NodeChild app; | |
def ns = new groovy.xml.Namespace("http://schemas.android.com/apk/res/android", "android") | |
manifest.children().find { it.name() == "application" }.each { | |
def groovy.util.slurpersupport.NodeChild application = it; | |
def debuggable = application.attributes().get(ns.debuggable.toString()) | |
//println application.attributes().toMapString() |
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
<? | |
//трудоустраивает на предприятие | |
$tp=0;$error_object_go=0;unset($error_object_bad);$error_object_bad[]='x'; //сбрасываем инфу | |
//общий цикл | |
for($x6=0;$x6<2;++$x6){ | |
//**********************ДЕЙСТВИЯ В home.php |