Home
last modified time | relevance | path

Searched refs:array_map (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/plugin/sql2wiki/
DCsv.php41 $csv_row = join(',', array_map('self::escape', $row));
56 $array = array_map('str_getcsv', $lines);
57 $unescaped_array = array_map(function ($row) {
58 return array_map('self::unescape', $row);
/plugin/struct/meta/
H A DDateFormatConverter.php133 $from = array_map(
138 $to = array_map(
170 $from = array_map(
187 $from = array_map(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
DStringUtil.php45 return '['.implode(', ', array_map(array($this, __FUNCTION__), $value)).']';
50 return '['.implode(', ', array_map(function ($item, $key) use ($stringify) {
91 return implode(PHP_EOL, array_map(function (Call $call) use ($self) {
94 implode(', ', array_map(array($self, 'stringify'), $call->getArguments())),
/plugin/minecraftrecipe/
Dsyntax.php52 $result = array_map('trim', $resultItems);
57 $items = array_map('trim', explode(',', $slot));
93 $result = array_map('trim', $resultItems);
96 $fuel = array_map('trim', $fuelItems);
99 $input = array_map('trim', $inputItems);
126 $potions[] = array_map('trim', explode(',', $potion));
131 $reagent = array_map('trim', $reagentItems);
/plugin/asiansearch/
Daction.php73 array_map(array($this, 'manipulateTerm'), $terms)
93 array_map(array($this, 'makePhrase'), explode(' ', $str))
141 $re1 = '('.join('|',array_map(
143 array_map('preg_quote_cb',array_filter((array) $highlight))
286 $regex = join('|',array_map(
288 array_map('preg_quote_cb',$phrases)
/plugin/ifauthex/_test/
Dinstruction.test.php20 $calls = array_map([self::class, 'stripByteIndex'], $calls);
32 $calls = array_map([self::class, 'stripByteIndex'], $calls);
65 $call[1][0] = array_map('stripByteIndex',$call[1][0]);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
DFloatValue.php80 $val = array_map('floatval', $this->getParts());
101 $value = array_map('floatval', $value);
118 $value = array_map('floatval', $this->getParts());
DUtcOffset.php46 $value = array_map(
64 return array_map(
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
DFloatValue.php85 $val = array_map('floatval', $this->getParts());
109 $value = array_map('floatval', $value);
130 $value = array_map('floatval', $this->getParts());
DUtcOffset.php49 $value = array_map(
68 return array_map(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DDES.php693 $sbox1 = array_map('intval', self::$sbox1);
694 $sbox2 = array_map('intval', self::$sbox2);
695 $sbox3 = array_map('intval', self::$sbox3);
696 $sbox4 = array_map('intval', self::$sbox4);
697 $sbox5 = array_map('intval', self::$sbox5);
698 $sbox6 = array_map('intval', self::$sbox6);
699 $sbox7 = array_map('intval', self::$sbox7);
700 $sbox8 = array_map('intval', self::$sbox8);
/plugin/katex/action/
Dsetup.php59 …$value_option_delimiters = array_map( fn( $line ): array=> json_decode( str_replace( "\\", "\\\\",…
87 …$value_option_ignored_tags = array_map( fn( $text ): string => trim( $text ), explode( ',', $conf_…
115 …$value_option_ignored_classes = array_map( fn( $text ): string => trim( $text ), explode( ',', $co…
183 …$value_option_macros = array_column( array_map( fn( $line ): array=> json_decode( str_replace( "\\…
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
DExporterTest.php158 implode('', array_map('chr', range(0x0e, 0x1f))),
331 array(implode('', array_map('chr', range(0x09, 0x0d))), 5),
332 array(implode('', array_map('chr', range(0x20, 0x7f))), 96),
333 array(implode('', array_map('chr', range(0x80, 0xff))), 128),
/plugin/upgrade/
Dlegacy.php35 $lines = array_map('trim', $lines);
37 $lines = array_map(function ($item) {
38 return array_map('trim', explode(' ', $item, 2));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
DArrayEntryToken.php61 $keyScores = array_map(array($this->key,'scoreArgument'), array_keys($argument));
62 $valueScores = array_map(array($this->value,'scoreArgument'), $argument);
67 return max(array_map($scoreEntry, $valueScores, $keyScores));
/plugin/tagging/action/
H A Delasticsearch.php72 $data['tagging'] = array_map(fn($tag) => $hlp->cleanTag($tag), array_keys($tags));
112 $matches[1] = array_map([$hlp, 'cleanTag'], $matches[1]);
119 $additions = array_map(function ($tag) use ($matches) {
/plugin/html2pdf/html2pdf/html2ps/
Dcss.parse.media.inc.php13 $media_list = array_map('strtolower', $media_list);
14 $allowed_media = array_map('strtolower', $allowed_media);
/plugin/linkcheck/
Dhelper.php97 $urls_=array_map([$db,'escapeString'],$deleteurls);
98 $urls_=array_map(function($url){return "'$url'";},$urls_);
110 $urls_=array_map([$db,'escapeString'],$newurls);
111 $urls_=array_map(function($url){return "'$url'";},$urls_);
/plugin/bibtex/OSBib/create/
DINIT.php52 $vars = array_map(array("INIT", "magicSlashes"), $vars);
65 return array_map(array("INIT", "magicSlashes"), $element);
/plugin/blogtng/syntax/
Dblog.php106 $conf['blog'] = array_filter(array_map('trim', explode(',', $conf['blog'])));
107 $conf['tags'] = array_filter(array_map('trim', explode(',', $conf['tags'])));
108 $conf['type'] = array_filter(array_map('trim', explode(',', $conf['type'])));
170 $data['conf']['tags'] = array_map('trim',$data['conf']['tags']);
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php63 $parts = array_map('trim', explode('-', $value, 2));
78 $parts = array_map('trim', explode('/', $value, 2));
128 $range = array_map('trim', explode('/', $expression, 2));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
DRaw.php167 'primes' => array_map(function ($var) {
170 'exponents' => array_map(function ($var) {
173 'coefficients' => array_map(function ($var) {
/plugin/farm/
Dsoapserver.php91 foreach(array_map('trim', explode(',', $ovr)) as $o) {
92 $o = array_map('trim', explode('=', $o));
96 …if(preg_match('`^\[[^]]+\]$`', $o[1])) $o[1] = array_map('trim', explode(',', substr($o[1], 1, -1)…
205 …return array_map(create_function('$a', 'return array(\'name\' => $a->getName(), \'url\' => $a->get…
/plugin/parserfunctions/
Dhelper.php52 $params = array_map(function($param) {
57 return array_map('trim', $params);
108 $parts = array_map('trim', $parts);
/plugin/bureaucracy/helper/
Dfieldmultiselect.php20 $this->opt['args'] = array_map('trim', explode('|',array_shift($args)));
23 $this->opt['value'] = array_map('trim', explode(',', $this->opt['value']));

12345678910>>...22