Home
last modified time | relevance | path

Searched refs:array_shift (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/plugin/html2pdf/html2pdf/html2ps/
Dcss.state.class.php36 array_shift($this->_state);
37 array_shift($this->_stateDefaultFlags);
38 array_shift($this->_baseFontSize);
42 $base_font_size = array_shift($this->_baseFontSize);
43 $state = array_shift($this->_state);
44 $state_default_flags = array_shift($this->_stateDefaultFlags);
Dflow_context.class.inc.php299 array_shift($this->collapsed_margins);
303 array_shift($this->container_uid);
307 array_shift($this->_floats);
346 array_shift($this->viewport);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
DVar_.php68 $type = $typeResolver->resolve(array_shift($parts), $context);
69 array_shift($parts);
74 $variableName = array_shift($parts);
75 array_shift($parts);
DPropertyRead.php68 $type = $typeResolver->resolve(array_shift($parts), $context);
69 array_shift($parts);
74 $variableName = array_shift($parts);
75 array_shift($parts);
DProperty.php68 $type = $typeResolver->resolve(array_shift($parts), $context);
69 array_shift($parts);
74 $variableName = array_shift($parts);
75 array_shift($parts);
DPropertyWrite.php68 $type = $typeResolver->resolve(array_shift($parts), $context);
69 array_shift($parts);
74 $variableName = array_shift($parts);
75 array_shift($parts);
DParam.php75 $type = $typeResolver->resolve(array_shift($parts), $context);
76 array_shift($parts);
81 $variableName = array_shift($parts);
82 array_shift($parts);
/plugin/oauthosm/
Daction.php38 if (is_array($user)) $user = array_shift($user);
39 if (is_array($name)) $name = array_shift($name);
40 if (is_array($mail)) $mail = array_shift($mail);
/plugin/oauthgeneric/
Daction.php46 if (is_array($user)) $user = array_shift($user);
47 if (is_array($name)) $name = array_shift($name);
48 if (is_array($mail)) $mail = array_shift($mail);
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
DDiffer.php249 $diff[] = array(\array_shift($from), 2 /* REMOVED */);
253 $diff[] = array(\array_shift($to), 1 /* ADDED */);
258 \array_shift($from);
259 \array_shift($to);
262 while (($token = \array_shift($from)) !== null) {
266 while (($token = \array_shift($to)) !== null) {
/plugin/struct/meta/
DValue.php143 $this->value = (string)array_shift($this->value);
144 $this->rawvalue = (string)array_shift($this->rawvalue);
145 $this->display = (string)array_shift($this->display);
146 $this->compare = (string)array_shift($this->compare);
/plugin/linkbonus/syntax/
Dexternal.php70 $link['url'] = array_shift($data);
71 $link['name'] = array_shift($data);
72 $link['title'] = array_shift($data);
Dbase.php71 $link['url'] = array_shift($data);
72 $link['name'] = array_shift($data);
73 $link['title'] = array_shift($data);
/plugin/netlogo/inc/
Dsupport.php19 array_shift($arFrom);
20 array_shift($arTo);
/plugin/captcha/
DEasySVG.php430 $x = (float) array_shift($coords);
440 $y = (float) array_shift($coords);
447 $x = (float) array_shift($coords);
448 $y = (float) array_shift($coords);
455 $x = (float) array_shift($coords);
456 $y = (float) array_shift($coords);
466 $x = (float) array_shift($coords);
467 $y = (float) array_shift($coords);
/plugin/findologicxmlexport/vendor/hoa/exception/
DError.php93 array_shift($trace);
94 array_shift($trace);
/plugin/geophp/vendor/funiq/geophp/src/
DgeoPHP.php96 $data = array_shift($args);
97 …t($args) && @array_key_exists($args[0], self::$adapterMap) ? strtolower(array_shift($args)) : null;
113 $type = array_shift($format);
215 return geoPHP::geometryReduce(array_shift($geometries));
287 return geoPHP::buildGeometry(array_shift($geometries));
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/src/
Dhelpers.php221 $part = array_shift($parts);
228 unset($array[array_shift($parts)]);
382 $key = array_shift($keys);
394 $array[array_shift($keys)] = $value;
616 return array_shift($replacements);
1526 $key = array_shift($keys);
1538 $array[array_shift($keys)] = $value;
1605 $part = array_shift($parts);
1612 unset($array[array_shift($parts)]);
1706 if (($segment = array_shift($segments)) === '*') {
/plugin/owncloud/
Dwork.php33 $link = array_shift($parts);
51 $desc = array_shift($parts);
/plugin/orphanswanted/
Dsyntax.php69 …array_push($match_in,array_shift($match_ex)); // eg: $match_array = array(); $match_in = ar…
70 …$match_array[0] = array_shift($match_in); // eg: $match_array = array('all'); $match_in = ar…
/plugin/gtime/gtlib/asn1/
DASN1DER.php152 $length = array_shift($bytes);
173 $length = ($length << 8) + array_shift($bytes);
200 $byte = array_shift($bytes);
DASN1Object.php82 return array_shift($bytes);
107 array_push($bytes, array_shift($stream));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
DValidClassNameSniff.php78 $firstBit = array_shift($nameBits);
90 $firstBit = array_shift($nameBits);
/plugin/icon/
Daction.php32 array_shift($parts); // remove icon prefix
90 $conf['color'] = array_shift($parts);
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
DOptimizerNodeVisitor.php111 …!$expression && 'Twig_Node' !== \get_class($node) && $prependedNodes = array_shift($this->prepende…
249 array_shift($this->loops);
250 array_shift($this->loopsTargets);
251 array_shift($this->loopsTargets);

12345678910>>...15