Home
last modified time | relevance | path

Searched refs:functions (Results 26 – 50 of 354) sorted by relevance

12345678910>>...15

/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php51 $functions = $snapshot->functions();
54 $functions,
63 $this->assertNotContains('assert', $functions);
/plugin/siteexport/action/
H A Dstartup.php87 if ( ! $functions=& plugin_load('helper', 'siteexport') ) {
92 $functions->__siteexport_addpage();
105 $functions = new siteexport_functions();
108 $mapIDs = $functions->getMapID($ID, null, $check);
H A Daggregate.php45 $functions = plugin_load('helper', 'siteexport');
46 $values = $functions->__getOrderedListOfPagesForID($namespaces, $exportBase);
63 …$values = $functions->__getOrderedListOfPagesForStartEnd($lookupNS, $INPUT->int( 'mergecompare_sta…
65 $values = $functions->__getOrderedListOfPagesForID($lookupNS, $exportBase);
/plugin/multiorphan/
H A Dadmin.php37 if (!$functions = $this->loadHelper('multiorphan')) {
42 $functions->__multiorphan_gui();
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/build/
H A Dgenerate.php12 $functions = require __DIR__ . '/arginfo.php'; variable
15 foreach ($functions as $function => $arguments) {
/plugin/siteexport/
H A Dadmin.php45 if (!$functions = & plugin_load('helper', 'siteexport')) {
50 $functions->__siteexport_addpage();
/plugin/const/
H A Dclass.evalmath.php64 protected $functions = array(); variable in EvalMath
223 $this->functions[ $function_name ] = array( 'args' => $args, 'func' => $stack );
250 public function functions() { function in EvalMath
252 foreach ( $this->functions as $name => $data ) {
360 } elseif ( array_key_exists( $function_name, $this->functions ) ) {
362 if ( count( $this->functions[ $function_name ]['args'] ) !== $arg_count ) {
363 …$error_data = array( 'expected' => count( $this->functions[ $function_name ]['args'] ), 'given' =>…
562 } elseif ( array_key_exists( $function_name, $this->functions ) ) {
565 for ( $i = count( $this->functions[ $function_name ]['args'] ) - 1; $i >= 0; $i-- ) {
570 $args[ $this->functions[ $function_name ]['args'][ $i ] ] = $arg;
[all …]
/plugin/odt/
H A DChangeLog.txt80 New functions are: createMultiColumnFrameStyle (stylefactory), _odtOpenMultiColumnFrame,
86 * Refactored style functions:
88 * Added CSS based functions for tables:
114 Improved CSS based functions:
115 * Divided CSS based functions into 3 parts/functions:
119 * Added CSS based functions for opening a paragraph
121 in CSS functions for opening a span and paragraph
122 * Added support for line-height in CSS based paragraph open functions
131 * Added new functions to renderer for CSS based span and div export:
164 * Added functions for querying page size and margins.
[all …]
/plugin/siteexport/_test/
H A Dplugin_siteexport_functions_getrelativeurl.test.php23 $functions = new siteexport_functions();
64 $result = $functions->getRelativeURL($test['relative'], $test['base']);
/plugin/nohighlight/
H A Daction.php193 $functions = array();
196 $functions[] = $trace['function'];
200 if (in_array('html_search', $functions)) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php33 $functions = get_defined_functions();
35 foreach (array_diff($functions['user'], $snapshot->functions()) as $function) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst8 * Now supports creating streams from functions and iterators.
10 * Removed ``functions.php``. Use the corresponding functions provided by
51 * Deprecated functions.php and moved all of those methods to
65 * Seek functions no longer throw exceptions.
94 * Added a condition to ensure that functions.php can be required multiple times
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDeprecatedFunctionsSniff.php53 $functions = get_defined_functions();
55 foreach ($functions['internal'] as $functionName) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudFunctions.php137 'functions',
151 'path' => 'v1/{+location}/functions',
181 'path' => 'v1/{+parent}/functions:generateUploadUrl',
215 'path' => 'v1/{+parent}/functions',
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php14 * Returns a function that calls all of the provided functions, in order,
17 * @param callable[] $functions Array of functions to proxy to.
21 public static function callArray(array $functions) argument
23 return function () use ($functions) {
25 foreach ($functions as $fn) {
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushCpp.js61 var functions = 'assert isalnum isalpha iscntrl isdigit isgraph islower isprint' +
85 { regex: new RegExp(this.getKeywords(functions), 'gm'), css: 'functions bold' },
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushCpp.js45 var functions = 'assert isalnum isalpha iscntrl isdigit isgraph islower isprint' +
69 { regex: new RegExp(this.getKeywords(functions), 'gm'), css: 'functions bold' },
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php78 protected $functions; variable in PHP_Token_Stream
242 if ($this->functions !== null) {
243 return $this->functions;
248 return $this->functions;
352 $this->functions = [];
423 $this->functions[$name] = $tmp;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dblock.rst11 .. seealso:: :doc:`block<../functions/block>`, :doc:`parent<../functions/parent>`, :doc:`use<../tag…
/plugin/webdav/vendor/sabre/uri/
H A DREADME.md4 sabre/uri is a lightweight library that provides several functions for working
11 The library provides the following functions:
18 problems those two functions have.
/plugin/icalevents/vendor/sabre/uri/
H A DREADME.md4 sabre/uri is a lightweight library that provides several functions for working
11 The library provides the following functions:
18 problems those two functions have.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dimports.sh3 # Sets up all the common variables and imports relevant functions
44 source $script_path/functions/cleanup.sh
45 source $script_path/functions/wait-for-container.sh
/plugin/siteexport/exe/
H A Dsiteexportmanager.php74 $functions=& plugin_load('helper', 'siteexport'); variable
75 $functions->__siteexport_addpage();
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.go.js5functions=["append","cap","close","complex","copy","imag","len","make","new","panic","print","prin…
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md4 sabre/uri is a lightweight library that provides several functions for working
11 The library provides the following functions:
18 problems those two functions have.

12345678910>>...15