Home
last modified time | relevance | path

Searched refs:true (Results 451 – 475 of 6699) sorted by last modified time

1...<<11121314151617181920>>...268

/plugin/htmlok/
H A DBaseSyntaxPlugin.php92 return true;
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/addnewpage/
H A Dsyntax.php102 return true;
122 return true;
192 $someopt = true;
224 $someopt = true;
225 $disablecache = true;
287 $first = true;
/plugin/adhocmathml/
H A Dabstract.php16 protected function registerTag() { return true;}
H A Dmaction.php25 return true;
H A Dmath.php27 return true;
H A Dmtd.php38 $helper = $this->loadHelper('adhoctags', true);
H A Dsemantics.php22 return true; /* TODO! */
/plugin/gitbacked/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/gitbacked/action/
H A Deditcommit.php42 $repo = new GitRepo($repoPath, $this, true, true);
66 $ignore = true;
/plugin/gitbacked/lib/
H A DGit.php102 return GitRepo::create_new($repo_path, $plugin, $remote, true, $reference);
161 $repo = new self($repo_path, $plugin, true, false);
192 …h = null, \action_plugin_gitbacked_editcommit $plugin = null, $create_new = false, $_init = true) {
210 public function set_repo_path($repo_path, $create_new = false, $_init = true) {
224 $this->bare = true;
435 if ($html == true) {
485 public function commit($message = "", $commit_all = true) {
626 $branchArray = $this->list_branches(true);
H A DGitBackedUtil.php50 $ret = true;
54 $ret = true;
56 $ret = true;
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md107 $copier = new DeepCopy(true);
124 $copier = new DeepCopy(true);
/plugin/dw2pdf/
H A Drenderer.php61 return true;
81 $hid = $this->_headerToLink($text, true);
211 $render = true
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php57 * @param bool $useCloneMethod If set to true, when an object implements the __clone() function, it will be used
76 public function skipUncloneable($skipUncloneable = true)
242 $property->setAccessible(true);
/plugin/dw2pdf/syntax/
H A Dpagesetting.php84 return true;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DReplaceFilter.php33 $reflectionProperty->setAccessible(true);
/plugin/dw2pdf/vendor/composer/
H A Dautoload_real.php27 spl_autoload_register(array('ComposerAutoloaderInitb71fb58cdf4c29fb0d05b258cce42b04', 'loadClassLoader'), true, true);
34 $loader->register(true);
39 $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DAbstractBarcode.php56 $t = true; // bar
H A DCodabar.php72 $t = true; // bar
H A DCode11.php
H A DCode128.php288 $t = true; // bar
H A DCode39.php116 $t = true; // bar
H A DCode93.php145 $t = true; // bar
156 $bararray['bcode'][$k] = ['t' => true, 'w' => 1, 'h' => 1, 'p' => 0];
H A DEanUpc.php47 $upce = true; // UPC-E mode
102 $invalidUpce = true;
110 $invalidUpce = true;
118 $invalidUpce = true;
124 $invalidUpce = true;
248 $t = true; // bar

1...<<11121314151617181920>>...268