Home
last modified time | relevance | path

Searched refs:true (Results 5651 – 5675 of 6699) sorted by path

1...<<221222223224225226227228229230>>...268

/plugin/semantic/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Daction.php109 return true;
H A Dhelper.php248 … $article_image = tpl_getMediaFile(array(':' . $this->getFirstImage()), true, $image_info);
H A Dsyntax.php48 $renderer->meta['plugin']['semantic']['enabled'] = true;
/plugin/semanticdata/
H A Daction.php49 $infer = true; // Can also choose to explicitly disallow inference. (Optional)
/plugin/semanticdata/phpSesame/
H A DresultFormats.php79 if ((string) $binding->literal != "") return true;
/plugin/semanticdata/syntax/
H A Dentry.php109 return true;
112 return true;
115 return true;
172 $infer = true;
214 return true;
H A Dtable.php183 $infer = true;
215 return true;
224 return true;
/plugin/sendpagecontent/
H A Daction.php49 return true;
51 return true;
/plugin/sentry/
H A DBrowser.php842 return true;
898 return true;
907 return true;
1001 return true;
1020 return true;
1034 return true;
1166 return true;
1215 return true;
1219 return true;
1233 return true;
[all …]
H A DEvent.php393 return new Event(json_decode($json, true));
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/seqdia/
H A Dimg.php8 define('NOSESSION',true);
H A Dsyntax.php110 return true;
114 return true;
/plugin/sequencediagram/bower_components/lodash/
H A D.editorconfig4 root = true
11 insert_final_newline = true
12 trim_trailing_whitespace = true
H A D.jscsrc51 "beforeOpeningCurlyBrace": true
55 "requireEarlyReturn": true,
56 "requireLineFeedAtFileEnd": true,
57 "requireSemicolons": true,
69 "beforeOpeningRoundBrace": true
72 "beforeOpeningRoundBrace": true
87 "disallowUnusedVariables": true,
90 "checkRedundantAccess": true,
91 "checkTypes": true,
94 "requireParamTypes": true,
[all …]
H A D.travis.yml24 - ISTANBUL=true
25 - SAUCE_LABS=true
79 if [ $ISTANBUL = true ]; then
98 if [ $ISTANBUL = true ]; then
100 if [ $TRAVIS_SECURE_ENV_VARS = true ]; then
115 if [ $TRAVIS_SECURE_ENV_VARS = true ]; then
123 if [ $SAUCE_LABS = true ]; then
126 …dash tests" runner="test/index.html?build=../dist/lodash.js&noglobals=true" tags=developme…
127 …dash tests" runner="test/index.html?build=../dist/lodash.min.js&noglobals=true" tags=production
128 …$BIN ./test/saucelabs.js name="lodash-fp tests" runner="test/fp.html?noglobals=true" …
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md2568 // => true
2932 // => true
2938 // => true
2941 // => true
3419 // => true
3432 // => true
3436 // => true
4493 // => true
4530 // => true
4670 // => true
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst169 // ➜ true
184 // Every option is `true` by default.
187 'cap': true,
189 'curry': true,
191 'fixed': true,
193 'immutable': true,
195 'rearg': true
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Ddebugger.css90 .sourceRow[exe_line="true"] {
96 .sourceRow[executable="true"] > .sourceLine {
102 .sourceRow[exe_line="true"] > .sourceLine {
107 .sourceRow[breakpoint="true"] > .sourceLine {
111 .sourceRow[breakpoint="true"][condition="true"] > .sourceLine {
115 .sourceRow[breakpoint="true"][disabledBreakpoint="true"] > .sourceLine {
119 .sourceRow[breakpoint="true"][exe_line="true"] > .sourceLine {
123 .sourceRow[breakpoint="true"][exe_line="true"][disabledBreakpoint="true"] > .sourceLine {
H A Dfirebug.css24 [collapsed="true"] {
63 .infoTip[active="true"] {
448 .netRow[breakpoint="true"] .netRowHeader {
452 .netRow[breakpoint="true"][disabledBreakpoint="true"] .netRowHeader {
898 .netInfoTab[selected="true"] {
948 .netInfoText[selected="true"] {
/plugin/sequencediagram/
H A Dsyntax.php81 return true;
/plugin/serverinfos/serverinfos/
H A Dadmin.php38 return true;
/plugin/settingstree/
H A Daction.php33 $data = array('error'=>true,'msg'=>'invalid security token!');
38 $data = array('error'=>true,'msg'=>"Can't load tree helper.");
55 if (!$data['html']) {$data['error'] = true; $data['msg'] = "Can't load level html.";}
59 $data = array('error'=>true,'msg'=>"Can't load tree helper.");
63 if (!$data['html']) {$data['error'] = true; $data['msg'] = "Can't load level html.";}
67 $data = array('error'=>true,'msg'=>"Can't load tree helper.");
73 if (!$data['html']) {$data['error'] = true; $data['msg'] = "Can't load level html.";}
77 $data = array('error'=>true,'msg'=>"Can't load tree helper.");
83 …if (!$data['html'] && !$data['success']) {$data['error'] = true; $data['msg'] = "Can't load level …
86 $data = array('error'=>true,'msg'=>'Unknown operation: '.$INPUT->str('operation'));
H A Dhelper.php45 $this->explorer_registered = true;
204 …$meta = json_decode(@file_get_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.meta.json"),true);
210 …s = json_decode(@file_get_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.defaults.json"),true);
216 $values = json_decode(@file_get_contents(DOKU_SETTINGS_DIR."/{$pluginname}.json"),true);
261 $results['success'] = true;
263 $results['error'] = true;
276 $results['success'] = true;
279 $results['error'] = true;

1...<<221222223224225226227228229230>>...268