Searched refs:array_shift (Results 1 – 25 of 364) sorted by relevance
12345678910>>...15
/plugin/html2pdf/html2pdf/html2ps/ |
D | css.state.class.php | 36 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);
|
D | flow_context.class.inc.php | 299 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/ |
D | Var_.php | 68 $type = $typeResolver->resolve(array_shift($parts), $context); 69 array_shift($parts); 74 $variableName = array_shift($parts); 75 array_shift($parts);
|
D | PropertyRead.php | 68 $type = $typeResolver->resolve(array_shift($parts), $context); 69 array_shift($parts); 74 $variableName = array_shift($parts); 75 array_shift($parts);
|
D | Property.php | 68 $type = $typeResolver->resolve(array_shift($parts), $context); 69 array_shift($parts); 74 $variableName = array_shift($parts); 75 array_shift($parts);
|
D | PropertyWrite.php | 68 $type = $typeResolver->resolve(array_shift($parts), $context); 69 array_shift($parts); 74 $variableName = array_shift($parts); 75 array_shift($parts);
|
D | Param.php | 75 $type = $typeResolver->resolve(array_shift($parts), $context); 76 array_shift($parts); 81 $variableName = array_shift($parts); 82 array_shift($parts);
|
/plugin/oauthosm/ |
D | action.php | 38 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/ |
D | action.php | 46 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/ |
D | Differ.php | 249 $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/ |
D | Value.php | 143 $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/ |
D | external.php | 70 $link['url'] = array_shift($data); 71 $link['name'] = array_shift($data); 72 $link['title'] = array_shift($data);
|
D | base.php | 71 $link['url'] = array_shift($data); 72 $link['name'] = array_shift($data); 73 $link['title'] = array_shift($data);
|
/plugin/netlogo/inc/ |
D | support.php | 19 array_shift($arFrom); 20 array_shift($arTo);
|
/plugin/captcha/ |
D | EasySVG.php | 430 $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/ |
D | Error.php | 93 array_shift($trace); 94 array_shift($trace);
|
/plugin/geophp/vendor/funiq/geophp/src/ |
D | geoPHP.php | 96 $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/ |
D | helpers.php | 221 $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/ |
D | work.php | 33 $link = array_shift($parts); 51 $desc = array_shift($parts);
|
/plugin/orphanswanted/ |
D | syntax.php | 69 …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/ |
D | ASN1DER.php | 152 $length = array_shift($bytes); 173 $length = ($length << 8) + array_shift($bytes); 200 $byte = array_shift($bytes);
|
D | ASN1Object.php | 82 return array_shift($bytes); 107 array_push($bytes, array_shift($stream));
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ |
D | ValidClassNameSniff.php | 78 $firstBit = array_shift($nameBits); 90 $firstBit = array_shift($nameBits);
|
/plugin/icon/ |
D | action.php | 32 array_shift($parts); // remove icon prefix 90 $conf['color'] = array_shift($parts);
|
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/ |
D | OptimizerNodeVisitor.php | 111 …!$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