Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DFunctionTest.php18 private $functions; variable in PHP_Token_FunctionTest
26 $this->functions[] = $token;
39 ['$baz' => 'Baz'], $this->functions[1]->getArguments()
72 $this->assertEquals(5, $this->functions[0]->getLine());
73 $this->assertEquals(10, $this->functions[1]->getLine());
74 $this->assertEquals(17, $this->functions[2]->getLine());
96 $this->assertNull($this->functions[0]->getDocblock());
100 $this->functions[1]->getDocblock()
105 $this->functions[2]->getDocblock()
108 $this->assertNull($this->functions[3]->getDocblock());
[all …]
H A DClosureTest.php18 private $functions; variable in PHP_Token_ClosureTest
26 $this->functions[] = $token;
40 $this->assertEquals([], $this->functions[4]->getArguments());
62 $this->assertEquals(2, $this->functions[0]->getLine());
63 $this->assertEquals(3, $this->functions[1]->getLine());
64 $this->assertEquals(4, $this->functions[2]->getLine());
65 $this->assertEquals(5, $this->functions[3]->getLine());
73 $this->assertEquals(2, $this->functions[0]->getLine());
74 $this->assertEquals(3, $this->functions[1]->getLine());
75 $this->assertEquals(4, $this->functions[2]->getLine());
[all …]
/plugin/siteexport/action/
H A Dajax.php36 public $functions = null; variable in action_plugin_siteexport_ajax
156 …his->functions->settings->origZipFile, array('cache' => 'nocache', 'siteexport' => $this->function…
227 if (!$this->functions->debug->firstRE()) {
274 if (!$this->functions->debug->firstRE())
281 echo $this->functions->downloadURL() . "\n";
294 print $this->functions->downloadURL();
336 if (!$this->functions->debug->firstRE()) {
341 print $this->functions->downloadURL();
513 $ID = $this->functions->cleanID($ID);
539 …$fileName = $dirname . '/' . $this->functions->cleanID($this->functions->getSiteTitle($ID)) . '.' …
[all …]
H A Dsendfile.php38 $functions = new siteexport_functions();
39 $functions->debug->message("Starting to send a file from siteexporter", null, 2);
40 $filewriter = new siteexport_zipfilewriter($functions);
41 $functions->settings->pattern = $_REQUEST['siteexport'];
47 $event->data['file'] = $functions->getCacheFileNameForPattern();
49 …$functions->debug->message("fetching cached file from pattern '{$functions->settings->pattern}' wi…
50 $functions->debug->message("Event Data Before:", $event->data, 3);
52 …$functions->checkIfCacheFileExistsForFileWithPattern($event->data['file'], $_REQUEST['siteexport']…
59 $functions->debug->message("Event Data After:", $event->data, 3);
/plugin/siteexport/inc/
H A Dfilewriter.php12 private $functions = null; variable in siteexport_zipfilewriter
14 public function __construct($functions = null) argument
16 $this->functions = $functions;
19 $this->pdfGenerator = new siteexport_pdfgenerator($functions);
37 …$tmpFile = tempnam($this->functions->settings->tmpDir, 'siteexport__') ?: $this->functions->settin…
96 if (empty($ZIPFILE)) $ZIPFILE = $this->functions->settings->zipFile;
159 $cacheFile = $this->functions->getCacheFileNameForPattern($pattern);
191 $this->functions->debug->message("CacheFile exists: ", $cacheFile, 2);
192 return $this->functions->settings->hasValidCacheFile = true;
197 @unlink($this->functions->settings->zipFile) === false ) {
[all …]
H A Dpdfgenerator.php10 private $functions; variable in siteexport_pdfgenerator
12 public function __construct($functions = null) argument
14 $this->functions = $functions;
21 if (!preg_match("/" . $this->functions->settings->fileType . "$/", $NAME)) {
22 …$this->functions->debug->message("Filetype " . $this->functions->settings->fileType . " did not ma…
26 $mpdf = new siteexportPDF($this->functions->debug);
29 $this->functions->debug->message("Could not instantiate MPDF", null, 4);
36 $this->functions->debug->message("Filecontent had no HTML starting tag", null, 4);
41 $this->functions->debug->message("Arranging HTML", null, 2);
43 $this->functions->debug->message("Done arranging HTML:", $html, 1);
[all …]
H A Djavahelp.php8 private $functions = null; variable in siteexport_javahelp
17 * @param siteexport_functions $functions
20 public function __construct($functions, $filewriter, $NS) argument
23 $this->functions = $functions;
35 $toc = new siteexport_toc($this->functions, $this->NS);
46 $this->functions->debug->message("Setting up translation:", array(
63 $this->functions->debug->message("HelpSetPre-Name: {$hsPrename}", null, 3);
65 $this->functions->debug->message("HSFiles:", $translationHSFiles, 1);
72 if (!empty($lang) && !$this->functions->settings->TOCMapWithoutTranslation)
137 <label>{$this->functions->getLang('toc')}</label>
[all …]
H A Dsettings.php45 * @param siteexport_functions $functions
47 public function __construct($functions) { argument
50 $functions->debug->setDebugFile($this->getConf('debugFile'));
53 $functions->debug->setDebugLevel($debugLevel);
56 $functions->debug->setDebugLevel($this->getConf('debugLevel'));
59 … $functions->debug->isAJAX = $this->getConf('ignoreAJAXError') ? false : $functions->debug->isAJAX;
66 $this->pattern = $functions->requestParametersToCacheHash($params);
82 … $this->downloadZipFile = $functions->getSpecialExportFileName($this->origZipFile, $this->pattern);
90 $this->namespace = $functions->getNamespaceFromID( $INPUT->str('ns'), $PAGE );
99 … && preg_match("%^" . preg_quote($functions->getNamespaceFromID($ens, $pg), '%') . "%", $this->nam…
[all …]
H A Dtoc.php10 private $functions = null; variable in siteexport_toc
14 public function __construct($functions, $NS) argument
18 $this->functions = $functions;
118 $elem['name'] = $this->functions->getSiteTitle($elem['id']);
190 $targetID = $this->functions->cleanID($item['name']);
270 $elems = explode('/', $this->functions->getSiteName($site));
387 $url = $this->functions->getSiteName($ID);
395 $TOPICS[$this->functions->getSiteName($REL)] = $this->functions->getSiteTitle($REL);
433 $indexTitle = $this->functions->getSiteTitle($indexSearch);
440 $indexTitle = $this->functions->getSiteTitle($DATA[$NODENAME]);
[all …]
H A Dhttpproxy.php35 * @param siteexport_functions $functions
37 public function __construct($functions) { argument
43 if ($functions->getConf('useProxy')) {
48 $this->debugClass = $functions->debug;
49 $this->settings = $functions->settings;
63 …$this->_debug("Trying other Authentication (config):", $functions->authenticate() && $this->authen…
76 $this->headers['X-Site-Exporter'] = $functions->getSecurityToken();
/plugin/translator/
H A Dadmin.php13 var $functions = null; // Helper variable in admin_plugin_translator
33 if ( !$this->functions->checkDatabase() ) {
34 $this->functions = null;
87 $this->functions->_handleRequest($fn);
118 $this->functions->_exportManager($this);
240 $this->functions->database->execute();
271 $this->functions->database->execute($user);
279 $this->functions->database->execute($user);
330 $this->functions->database->execute($name);
576 $this->functions->database->execute($user);
[all …]
H A Daction.php18 var $functions = null; // Helper variable in action_plugin_translator
47 if ( !$functions =& plugin_load('helper', 'translator') ) {
52 $functions->init_database();
56 $functions->_handleRequest($_REQUEST['fn']);
64 if ( ($CategoryArray = $functions->_getCategoryFromName($Category)) === false ) {
75 else { $Language = $functions->_getAvailableLanguages($CategoryID, $Version); }
86 $data = $functions->_getTranslation($CategoryID, $Version, $exportLang);
101 $functions->_sendLanguageFile(array_values($data), $fileName);
104 $functions->_sendLanguageFile(array(), $fileName);
118 if ( !$functions =& plugin_load('helper', 'translator') ) {
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticExtension.php20 protected $functions; variable in Assetic\\Extension\\Twig\\AsseticExtension
23 …public function __construct(AssetFactory $factory, $functions = array(), ValueSupplierInterface $v… argument
26 $this->functions = array();
29 foreach ($functions as $function => $options) {
31 $this->functions[$options] = array('filter' => $options);
33 $this->functions[$function] = $options + array('filter' => $function);
49 $functions = array();
50 foreach ($this->functions as $function => $filter) {
51 $functions[] = new AsseticFilterFunction($function);
54 return $functions;
[all …]
/plugin/translator/syntax/
H A Dlabel.php20 var $functions = null; variable in syntax_plugin_translator_label
88 if ( empty($this->functions) && !$this->functions =& plugin_load('helper', 'translator') ) {
93 $this->functions->init_database();
100 $this->category = $this->functions->_getCategoryFromName($this->category);
129 $this->functions->database->prepare("$SQL;");
130 $this->functions->database->execute($EXECUTE);
132 if ( $this->functions->database->num_rows() > 0 ) {
133 …$data = array(); $this->functions->database->bind_assoc($data); $this->functions->database->fetch(…
H A Dtranslator.php20 var $functions = null; variable in syntax_plugin_translator_translator
68 if ( !$this->functions =& plugin_load('helper', 'translator') ) {
74 $this->functions->init_database();
78 $this->languages = $this->functions->_getLanguages();
87 if ( count($this->functions->revertableUpload) > 0 ) {
88 $renderer->doc .= $this->functions->_revertManager($this, $this->functions->revertableUpload);
143 $this->functions->database->execute();
145 if ( $this->functions->database->num_rows() == 0 ) {
151 while ( $this->functions->database->fetch() ) {
172 list($categoryID) = $this->functions->_getCategoryFromName($this->category);
[all …]
/plugin/svgimg2/
H A Daction.php18 var $functions = null; variable in action_plugin_svgimg
35 if (!$functions=& plugin_load('helper', 'svgimg')) return false;
46 $data['background'] = $functions->_calc_bgcolor($_REQUEST['bgc']);
49 $cacheFile = $functions->_get_cache_file($data, $ext);
54 if ( $functions->create_svg_image( $data, $ext, $cacheFile) ) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DListFunctionsResponse.php37 public function setFunctions($functions) argument
39 $this->functions = $functions;
46 return $this->functions;
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSandboxNodeVisitor.php38 protected $functions; variable in Twig\\NodeVisitor\\SandboxNodeVisitor
48 $this->functions = [];
63 …if ($node instanceof FunctionExpression && !isset($this->functions[$node->getAttribute('name')])) {
64 $this->functions[$node->getAttribute('name')] = $node;
68 if ($node instanceof RangeBinary && !isset($this->functions['range'])) {
69 $this->functions['range'] = $node;
105 …d', new Node([new CheckSecurityNode($this->filters, $this->tags, $this->functions), $node->getNode…
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStagingExtension.php28 protected $functions = []; variable in Twig\\Extension\\StagingExtension
37 if (isset($this->functions[$name])) {
41 $this->functions[$name] = $function;
46 return $this->functions;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DCheckSecurityNode.php36 $tags = $filters = $functions = [];
51 ->write('$functions = ')->repr(array_filter($functions))->raw(";\n\n")
58 ->write(!$functions ? "[]\n" : "['".implode("', '", array_keys($functions))."']\n")
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php64 private $functions = array(); variable in SebastianBergmann\\GlobalState\\Snapshot
210 public function functions() function in SebastianBergmann\\GlobalState\\Snapshot
212 return $this->functions;
256 $functions = get_defined_functions();
258 $this->functions = $functions['user'];
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DFile.php53 private $functions = []; variable in SebastianBergmann\\CodeCoverage\\Node\\File
196 return $this->functions;
366 return count($this->functions);
379 foreach ($this->functions as $function) {
651 $functions = $tokens->getFunctions();
656 foreach ($functions as $functionName => $function) {
657 $this->functions[$functionName] = [
669 $this->startLines[$function['startLine']] = &$this->functions[$functionName];
670 $this->endLines[$function['endLine']] = &$this->functions[$functionName];
H A DDirectory.php48 private $functions; variable in SebastianBergmann\\CodeCoverage\\Node\\Directory
268 if ($this->functions === null) {
269 $this->functions = [];
272 $this->functions = array_merge(
273 $this->functions,
279 return $this->functions;
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php63 public function setAllowedFunctions(array $functions) argument
65 $this->allowedFunctions = $functions;
68 public function checkSecurity($tags, $filters, $functions) argument
82 foreach ($functions as $function) {
/plugin/siteexport/
H A Dcron.php265 $this->siteexportAjax->functions->settings->isCLI = true;
266 $this->siteexportAjax->functions->settings->isAuthed = true;
271 $_REQUEST['sectok'] = $this->siteexportAjax->functions->getSecurityToken();
288 …$this->siteexportAjax->functions->checkIfCacheFileExistsForFileWithPattern($this->siteexportAjax->

12345678910>>...15