Home
last modified time | relevance | path

Searched refs:array (Results 326 – 350 of 765) sorted by relevance

1...<<11121314151617181920>>...31

/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md21 * `Process` must be instantiated with a command array, use `Process::fromShellCommandline()` when the command should be parsed by the shell
50 * added a second `array $env = []` argument to the `start()`, `run()`,
52 * added a second `array $env = []` argument to the `start()` method of the
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dfloats.test12 return array('val' => 0.0)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_method_void.tpl.dist4 $arguments = array({arguments_call});
H A Dmocked_method.tpl.dist4 $arguments = array({arguments_call});
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMigrationNamespace.asciidoc26 .`deprecations(array $params = [])`
H A DFeaturesNamespace.asciidoc26 .`getFeatures(array $params = [])`
H A DTextStructureNamespace.asciidoc26 .`findStructure(array $params = [])`
45 $params['body'] = (array) The contents of the file to be analyzed (Required)
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedRel.txt
H A DAttr.AllowedRev.txt
H A DAutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
H A DURI.HostBlacklist.txt
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dreplace_invalid_arg.test8 Twig\Error\RuntimeError: The "replace" filter expects an array or "Traversable" as replace values, …
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php55 * @var array
938 function SetFormChoice($w, $h, $name, $flags, $array, $align = 'L', $js = '')
950 for ($i = 0; $i < count($array['VAL']); $i++) {
951 $array['VAL'][$i] = $this->Win1252ToPDFDocEncoding($array['VAL'][$i]);
952 $array['OPT'][$i] = $this->Win1252ToPDFDocEncoding($array['OPT'][$i]);
955 for ($i = 0; $i < count($array['VAL']); $i++) {
957 $this->mpdf->UTF8StringToArray($array['VAL'][$i]); // Add characters to font subset
958 $this->mpdf->UTF8StringToArray($array['OP
940 SetFormChoice($w, $h, $name, $flags, $array, $align = 'L', $js = '') global() argument
1289 _setflag($array) global() argument
1308 _put_button_icon($array, $w, $h) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsort.rst4 The ``sort`` filter sorts an array:
/plugin/jplayer/vendor/mustache/mustache/
H A D.php_cs9 ->fixers(array(
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddump_array.test12 array(3) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php655 $array = iterator_to_array($_iterator);
658 uasort($array, $sort);
661 return new Iterator\Map($array);
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php34 $array[] = mb_substr($string, 0, 1, 'utf-8');
38 return $array;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml135 test: Document as a simple array
136 brief: Document as a simple array
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Diterable.rst7 ``iterable`` checks if a variable is an array or a traversable object:
/plugin/stlviewer/stlviewer/
H A DProjector.js450 var positions = attributes.position.array;
460 var normals = attributes.normal.array;
472 var uvs = attributes.uv.array;
484 var indices = geometry.index.array;
661 var positions = attributes.position.array;
671 var colors = attributes.color.array;
683 var indices = geometry.index.array;
785 var positions = attributes.position.array;
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso85 var('config') = array(
90 var('config') = array(
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst20 return array(
21 array(
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMScd.js19array().With({arraydef:{columnalign:"center",columnspacing:a.colspace,rowspacing:a.rowspace,displa…
/plugin/bez/mdl/
H A DEntity.php40 $assoc = array();
78 protected function set_property_array($array) { argument
79 foreach ($array as $k => $v) {
170 public function mail_notify($content, $users=false, $attachedImages=array()) {
199 // $resign_link = $this->model->action->url('unsubscribe', array('GET' => array( 't' => $token)));

1...<<11121314151617181920>>...31