/plugin/struct/action/ |
H A D | move.php | 48 $new = $event->data['dst_id']; 55 $this->updateDataTablePIDs($old, $new); 56 $this->updateAssignments($old, $new); 57 $this->updateTitles($old, $new); 100 * @param string $new new page id 119 * @param string $new new page id 125 $this->db->query($sql, array($new, $old)); 135 * @param string $new new page id 137 protected function updateTitles($old, $new) argument 149 * @param string $new new page id [all …]
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | MessageTrait.php | 35 $new = clone $this; 37 return $new; 74 $new = clone $this; 76 unset($new->headers[$new->headerNames[$normalized]]); 81 return $new; 90 $new = clone $this; 99 return $new; 112 $new = clone $this; 113 unset($new->headers[$header], $new->headerNames[$normalized]); 115 return $new; [all …]
|
H A D | Uri.php | 480 $new = clone $this; 485 return $new; 499 $new = clone $this; 503 return $new; 514 $new = clone $this; 515 $new->host = $host; 518 return $new; 534 return $new; 549 return $new; 563 return $new; [all …]
|
H A D | Request.php | 84 $new = clone $this; 85 $new->requestTarget = $requestTarget; 86 return $new; 97 $new = clone $this; 98 $new->method = strtoupper($method); 99 return $new; 113 $new = clone $this; 114 $new->uri = $uri; 117 $new->updateHostFromUri(); 120 return $new;
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorMenuBar.java.bak | 90 // new PageSetupAction(), 142 new ActionListener() 202 new mxPoint()); 271 new BackgroundAction())); 285 new GridColorAction())); 352 new StylesheetAction( 358 new StylesheetAction( 370 new ActionListener() 716 new SetStyleAction(""), 840 new PromptValueAction( [all …]
|
H A D | BasicGraphEditor.java.bak | 196 libraryPane = new JTabbedPane(); 222 setLayout(new BorderLayout()); 237 return new mxUndoManager(); 276 new mxIEventListener() 406 JPopupMenu menu = new JPopupMenu(); 516 new MouseMotionListener() 634 return new AbstractAction(name, (iconUrl != null) ? new ImageIcon( 739 JFrame frame = new JFrame(); 837 layout = new mxEdgeLabelLayout(graph); 841 layout = new mxOrganicLayout(graph); [all …]
|
/plugin/masciimath/ |
H A D | syntax.php | 353 …$new = $this->parse($new, array('in_row' => true, 'first_in_row' => ($new === null), 'found_pipe' … 354 if (! isset($new['from'])) { 377 $old = $new; 407 $new = $this->parse($sym, null); 423 $new = $this->parse($sym, null); 425 $old = $new; 426 $new = $this->parse($new, null); 428 $ml = $ml_nobr = '<mrow>' . $old['ml'] . $new['ml'] . '</mrow>'; 446 $pos5 = $new = $this->parse($sym, null); # ` z` 476 $from = array($prevsym, $sym, $new); [all …]
|
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/ |
H A D | Dsn.php | 42 $new = clone $this; 43 $new->scheme = $scheme; 45 return $new; 70 $new = clone $this; 71 $new->parameters[$key] = $value; 73 return $new; 81 $new = clone $this; 82 unset($new->parameters[$key]); 84 return $new;
|
H A D | Url.php | 58 $new = clone $this; 59 $new->host = $host; 61 return $new; 74 $new = clone $this; 75 $new->port = $port; 77 return $new; 90 $new = clone $this; 91 $new->path = $path; 93 return $new;
|
H A D | UserPasswordTrait.php | 40 $new = clone $this; 41 $new->authentication['user'] = $user; 43 return $new; 56 $new = clone $this; 57 $new->authentication['password'] = $password; 59 return $new;
|
H A D | DsnFunction.php | 77 $new = clone $this; 78 $new->parameters[$key] = $value; 80 return $new; 88 $new = clone $this; 89 unset($new->parameters[$key]); 91 return $new;
|
/plugin/oiddelegate/ |
H A D | admin.php | 39 $new = array(); 40 $new[0] = trim($_REQUEST['oidadd'][0]); 41 $new[1] = trim($_REQUEST['oidadd'][1]); 42 if($new[0] && $new[1]){ 43 if(!preg_match('#^https?://#',$new[1])) $new[1] = 'http://'.$new[1]; 59 $new[2] = $match[1]; 64 $new[3] = $match[1]; 69 $new[4] = $match[1]; 73 $new[4] = $http->resp_headers['x-xrds-location']; 76 unset($new);
|
/plugin/odt/ODT/ |
H A D | styleset.php | 165 public function addStyle(ODTStyle $new, $overwrite=false) { argument 167 ($this->styles, $this->styles_by_name, $new, $overwrite); 190 if ($new->isDefault()) { 192 $family = $new->getFamily(); 200 $dest [$index] = $new; 207 $dest [] = $new; 210 $name = $new->getProperty('style-name'); 213 $dest [] = $new; 215 $dest_by_name [$name] = $new; 221 $dest [$index] = $new; [all …]
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | EC.php | 220 $new = new Parameters(); 222 return $new; 239 return $new; 389 $new = clone $this; 390 $new->shortFormat = $format; 392 return $new; 421 $new = clone $this; 423 $new->context = null; 424 return $new; 432 $new->context = $context; [all …]
|
H A D | DSA.php | 240 $new = new Parameters(); 242 $new = new PrivateKey(); 243 $new->x = $components['x']; 245 $new = new PublicKey(); 248 $new->p = $components['p']; 249 $new->q = $components['q']; 250 $new->g = $components['g']; 256 return $new; 332 $new = clone $this; 333 $new->shortFormat = $format; [all …]
|
H A D | RSA.php | 728 $new = clone $this; 748 $new->hLen = $new->hash->getLengthInBytes(); 750 return $new; 764 $new = clone $this; 784 $new->mgfHLen = $new->mgfHash->getLengthInBytes(); 786 return $new; 814 $new = clone $this; 815 $new->sLen = $sLen; 816 return $new; 848 return $new; [all …]
|
/plugin/move/helper/ |
H A D | handler.php | 105 if($new == $conf['start']) { 106 $new = '.:'; 108 $new = substr($new, 0, -1 * $len); 111 return $new; 138 if($old == $new) { 153 if($this->ns && !getNS($new)) $new = ':' . $new; 154 $new = $this->_nsStartCheck($relold, $new, $type); 155 return $new; 174 $newrel .= noNS($new); 182 if(strlen($newrel) > strlen($new)) { [all …]
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/ |
H A D | Identity.php | 128 $new = clone $this; 129 $new->key = $key; 130 return $new; 144 $new = clone $this; 145 $new->key_blob = $key_blob; 146 return $new; 171 $new = clone $this; 176 $new->flags = 0; 181 $new->flags = self::SSH_AGENT_RSA2_256; 184 $new->flags = self::SSH_AGENT_RSA2_512; [all …]
|
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | GraphEditor.java.bak | 62 this("mxGraph Editor", new CustomGraphComponent(new CustomGraph())); 112 new ImageIcon( 119 new ImageIcon( 126 new ImageIcon( 133 new ImageIcon( 140 new ImageIcon( 147 new ImageIcon( 154 new ImageIcon( 161 new ImageIcon( 168 new ImageIcon( [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
H A D | length.test | 19 'to_string_able' => new ToStringStub('foobar'), 20 'countable' => new CountableStub(42), /* also asserts we do *not* call __toString() */ 21 …'iterator_aggregate' => new IteratorAggregateStub(['a', 'b', 'c']), /* also asserts we do *not* … 23 'magic' => new MagicCallStub(), /* used to assert we do *not* call __call */ 24 'non_countable' => new \StdClass(), 25 …'simple_xml_element' => new \SimpleXMLElement('<?xml version="1.0" encoding="UTF-8"?><doc><elem/><…
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/ |
H A D | README.md | 54 $copier = new DeepCopy(); 210 $copier = new DeepCopy(); 211 $copier->addFilter(new SetNullFilter(), new PropertyNameMatcher('id')); 228 $copier = new DeepCopy(); 229 $copier->addFilter(new KeepFilter(), new PropertyMatcher('MyClass', 'category')); 245 $copier = new DeepCopy(); 262 $copier = new DeepCopy(); 284 $copier = new DeepCopy(); 285 $copier->addFilter(new DoctrineProxyFilter(), new DoctrineProxyMatcher()); 326 $copy = $copier->copy([new MyClass, 'some string', new MyClass]); [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/ |
H A D | empty.test | 23 'magically_callable' => new MagicCallStub(), 24 'countable_empty' => new CountableStub([]), 'countable_not_empty' => new CountableStub([1, 2]), 25 …'tostring_empty' => new ToStringStub(''), 'tostring_not_empty' => new ToStringStub('0' /* edge cas… 26 …'markup_empty' => new \Twig\Markup('', 'UTF-8'), 'markup_not_empty' => new \Twig\Markup('test', 'U…
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/ |
H A D | README.md | 49 $copier = new DeepCopy(); 205 $copier = new DeepCopy(); 206 $copier->addFilter(new SetNullFilter(), new PropertyNameMatcher('id')); 223 $copier = new DeepCopy(); 224 $copier->addFilter(new KeepFilter(), new PropertyMatcher('MyClass', 'category')); 240 $copier = new DeepCopy(); 257 $copier = new DeepCopy(); 279 $copier = new DeepCopy(); 280 $copier->addFilter(new DoctrineProxyFilter(), new DoctrineProxyMatcher()); 321 $copy = $copier->copy([new MyClass, 'some string', new MyClass]); [all …]
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/ |
H A D | Lock.php | 68 $new = new self(); 69 $new->owner = !empty($values['{DAV:}owner']) ? $values['{DAV:}owner']->getXml() : null; 70 $new->scope = LockInfo::SHARED; 74 if ($elem['name'] === '{DAV:}exclusive') $new->scope = LockInfo::EXCLUSIVE; 77 return $new;
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/ |
H A D | Lock.php | 68 $new = new self(); 69 $new->owner = !empty($values['{DAV:}owner']) ? $values['{DAV:}owner']->getXml() : null; 70 $new->scope = LockInfo::SHARED; 74 if ($elem['name'] === '{DAV:}exclusive') $new->scope = LockInfo::EXCLUSIVE; 77 return $new;
|