Home
last modified time | relevance | path

Searched refs:util (Results 1 – 25 of 255) sorted by relevance

1234567891011

/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php13 $util = new Service();
14 $util->elementMap = $elems;
16 $reader = $util->getReader();
80 $util = new Service();
81 $result = $util->parse($stream, null, $rootElement);
109 $util = new Service();
141 $util = new Service();
169 $util = new Service();
170 $util->expect('{http://sabre.io/ns}error', $xml);
179 $util = new Service();
[all …]
/plugin/structtasks/_test/
H A DUtilitiesTest.php22 $this->util = new Utilities(plugin_load('helper', 'struct'));
39 $this->assertFalse($this->util->isValidSchema($schema));
41 $this->assertTrue($this->util->isValidSchema($schema));
48 $this->assertFalse($this->util->isValidSchema($schema));
50 $this->assertFalse($this->util->isValidSchema($schema));
66 $this->util = new Utilities(plugin_load('helper', 'struct'));
114 list($old_data, $new_data, $valid) = $this->util->getMetadata(
171 $this->util = new Utilities(plugin_load('helper', 'struct'));
179 $this->util->getUserEmail('user1'));
181 $this->util->getUserEmail('user2'));
[all …]
/plugin/strata/syntax/
H A Dentry.php19 $this->util =& plugin_load('helper', 'strata_util');
45 $this->util->getIsaKey(false) => array(),
46 $this->util->getTitleKey(false) => array()
69 $result['data'][$this->util->getIsaKey(false)][] = array('value'=>$class,'type'=>'text', 'hint'=>null);
126 list($type, $hint) = $this->util->getDefaultType();
142 $property = $this->util->normalizePredicate($property);
147 $type = $this->util->loadType($triple['type']);
162 $type = $this->util->loadType($result['title candidate']['type']);
265 if(isset($data['data'][$this->util->getTitleKey()])) {
267 $heading = $data['data'][$this->util
[all...]
H A Dlist.php65 'type'=>$this->util->loadType($meta['type']),
68 'aggregate'=>$this->util->loadAggregate($meta['aggregate']),
78 $this->util->renderCaptions($mode, $R, $fields);
99 $this->util->renderField($mode, $R, $this->triples, $values, $f['typeName'], $f['hint'], $f['type'], $f['variable']);
122 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php13 $util = new Service();
14 $util->elementMap = $elems;
16 $reader = $util->getReader();
80 $util = new Service();
81 $result = $util->parse($stream, null, $rootElement);
109 $util = new Service();
141 $util = new Service();
169 $util = new Service();
170 $util->expect('{http://sabre.io/ns}error', $xml);
179 $util = new Service();
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DIdenticalValueToken.php25 private $util; variable in Prophecy\\Argument\\Token\\IdenticalValueToken
31 * @param StringUtil $util
33 public function __construct($value, StringUtil $util = null) argument
36 $this->util = $util ?: new StringUtil();
69 $this->string = sprintf('identical(%s)', $this->util->stringify($this->value));
H A DObjectStateToken.php27 private $util; variable in Prophecy\\Argument\\Token\\ObjectStateToken
35 * @param null|StringUtil $util
41 StringUtil $util = null, argument
46 $this->util = $util ?: new StringUtil;
101 $this->util->stringify($this->value)
H A DExactValueToken.php27 private $util; variable in Prophecy\\Argument\\Token\\ExactValueToken
34 * @param StringUtil $util
37 …public function __construct($value, StringUtil $util = null, ComparatorFactory $comparatorFactory … argument
40 $this->util = $util ?: new StringUtil();
111 $this->string = sprintf('exact(%s)', $this->util->stringify($this->value));
/plugin/jdraw/lib/
H A Djgraphx.jar ... mxgraph/util/png/ com/mxgraph/util/svg/ com/mxgraph/view/ com ...
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DNoCallsPrediction.php27 private $util; variable in Prophecy\\Prediction\\NoCallsPrediction
32 * @param null|StringUtil $util
34 public function __construct(StringUtil $util = null) argument
36 $this->util = $util ?: new StringUtil;
65 $this->util->stringifyCalls($calls)
H A DCallTimesPrediction.php31 private $util; variable in Prophecy\\Prediction\\CallTimesPrediction
37 * @param StringUtil $util
39 public function __construct($times, StringUtil $util = null) argument
42 $this->util = $util ?: new StringUtil;
76 $this->util->stringifyCalls($calls)
90 $this->util->stringifyCalls($methodCalls)
H A DCallPrediction.php29 private $util; variable in Prophecy\\Prediction\\CallPrediction
34 * @param StringUtil $util
36 public function __construct(StringUtil $util = null) argument
38 $this->util = $util ?: new StringUtil;
72 $this->util->stringifyCalls($methodCalls)
/plugin/issuelinks/action/
H A Dajax.php16 public $util; variable in action_plugin_issuelinks_ajax
21 $this->util = plugin_load('helper', 'issuelinks_util');
57 $this->util->sendResponse(401, 'Not logged in!');
63 $this->util->sendResponse(403, 'Must be Admin');
102 $this->util->sendResponse(401, 'Not logged in!');
108 $this->util->sendResponse(403, 'Must be Admin');
119 $this->util->sendResponse(200, $html);
187 $this->util->sendResponse(403, 'Must be Admin');
202 $this->util->sendResponse(202, 'Importing issues...');
232 $this->util->sendResponse(401, 'Not logged in!');
[all …]
/plugin/issuelinks/
H A DWebhook.php11 $util = plugin_load('helper', 'issuelinks_util');
12 if (!$util) {
40 $util->sendResponse(400, 'unknown webhook');
47 $util->sendResponse($validationResult->code, $validationResult->body);
52 $util->sendResponse(500, $e->getMessage());
56 $util->sendResponse($result->code, $result->body);
/plugin/strata/driver/
H A Ddriver.php39 $this->util =& plugin_load('helper', 'strata_util');
97 msg(sprintf($this->util->getLang('driver_failed_detail'), hsc($dsn), hsc($e->getMessage())), -1);
99 msg($this->util->getLang('driver_failed'), -1);
147 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_start'), hsc($driver)));
174 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_statement'),hsc($s)));
175 if(!$this->query($s, $this->util->getLang('driver_setup_failed'))) {
182 if($this->_debug) msg($this->util->getLang('driver_setup_succes'), 1);
193 return $this->query('DROP TABLE data', $this->util->getLang('driver_remove_failed'));
208 msg(sprintf($this->util->getLang('driver_prepare_failed'),hsc($query), hsc($error[2])),-1);
226 $message = $this->util
[all...]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DProphet.php34 private $util; variable in Prophecy\\Prophet
46 * @param null|StringUtil $util
49 StringUtil $util = null) argument
66 $this->util = $util ?: new StringUtil;
80 new CallCenter($this->util),
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js167 'ary': util.ary,
168 'assign': util.assign,
169 'clone': util.clone,
170 'curry': util.curry,
171 'forEach': util.forEach,
172 'isArray': util.isArray,
173 'isError': util.isError,
176 'iteratee': util.iteratee,
177 'keys': util.keys,
178 'rearg': util.rearg,
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DButtonManager.java4 import java.util.ArrayList;
5 import java.util.HashMap;
6 import java.util.Iterator;
7 import java.util.List;
8 import java.util.Map;
9 import java.util.zip.DataFormatException;
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js247 'ary': util.ary,
248 'assign': util.assign,
249 'clone': util.clone,
250 'curry': util.curry,
251 'forEach': util.forEach,
252 'isArray': util.isArray,
253 'isError': util.isError,
256 'iteratee': util.iteratee,
257 'keys': util.keys,
258 'rearg': util.rearg,
[all …]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js858 var dim = lib.util.GetViewport();
1924 pi.util = { class in pi
2021 return pi.util.Curry(pi.util.AddEvent,this,_element);
2025 return pi.util.Curry(pi.util.RemoveEvent,this,_element);
2030 pi.util.Element.setClass(_element, pi.util.Element.getClass(_element) + " " + _class );
2036 return pi.util.Array.indexOf(pi.util.Element.getClass(_element).split(" "),_class)>-1;
2041 pi.util.Element.setClass(
2043 pi.util.Array.remove(names,pi.util.Array.indexOf(names,_class)).join(" ")
2552 pi.util.AddEvent(
2557 pi.util.Init[ i ]();
[all …]
H A Dfirebug-lite-1.2-compressed.js5util.GetViewport().width;env.popupHeight=window.opener.firebug.env.popupHeight||window.opener.fire…
17util.AddEvent(window,"unload",win.unload);if(internal.isPopup){env.height=lib.util.GetViewport().h…
19 if(firebug.internal.isPopup){window.opener.firebug.env=firebug.lib.util.Hash.clone(fe);}
97util.Element.setClass(_element,pi.util.Element.getClass(_element)+" "+_class);},getClass:function(…
98 pi.util.Element.removeClass.apply(this,arguments);else
104util.Element.getOpacity(_element,view);return typeof _property=="string"?view[_property]:view;}},H…
107 value=pi.util.Array.clone(_source[key]);}
108 …!_undeep&&pi.util.IsHash(_source[key])){if(pi.util.IsHash(_hash[key])){value=pi.util.Hash.merge(_h…
110 if(pi.util.IsHash(this[key])){this[key]=pi.util.Hash.clone(this[key],function(_key,_object){this[_k…
113 if(pi.util.IsHash(_p[name])){_branch[name]._parent_=_branch;if(!_branch[name])
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js12 var firebug={version:[1.231,20100118],el:{},env:{"css":"http://getfirebug.com/releases/lite/1.2/firebug-lite.css","debug":true,"detectFirebug":true,"dIndex":"console","height":295,"hideDOMFunctions":false,"openInPopup":false,"override":false,"ml":false,"showIconWhenHidden":true,"popupTop":1,"popupLeft":1,"popupWidth":undefined,"popupHeight":undefined,"textNodeChars":0},internal:{"cache":{},"extConsole":null,"init":false,"isPopup":false,"liteFilename":null,"minimized":false,"popupWin":null,"targetWindow":undefined},initConsole:function(){var command;try{if((!window.console||(window.console&&!window.console.firebug))||(firebug.env.override&&!(/Firefox\/3/i.test(navigator.userAgent)))){window.console={"provider":"Firebug Lite"};for(command in firebug.d.console.cmd){window.console[command]=firebug.lib.util.Curry(firebug.d.console.run,window,command);};}
13 window.onerror=function(_message,_file,_line){firebug.d.console.run('error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getFileName(_file),_line));};}catch(e){}},overrideConsole:function(){with(firebug){env.override=true;try{internal.extConsole=window.console;}catch(e){}
16 if(internal.isPopup){env.openInPopup=false;internal.targetWindow=window.opener;env.popupWidth=window.opener.firebug.env.popupWidth||window.opener.firebug.lib.util.GetViewport().width;env.popupHeight=window.opener.firebug.env.popupHeight||window.opener.firebug.lib.util.GetViewport().height;}else{internal.targetWindow=window;env.popupWidth=env.popupWidth||lib.util.GetViewport().width;env.popupHeight=env.popupHeight||lib.util.GetViewport().height;}
21 el.firebugIcon=new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attribute.set("title",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert(document.body);el.content={};el.mainiframe=new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({"display":"none","width":lib.util.GetViewport().width+"px"}).insert(document.body);el.main=new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true).environment.addStyle({"display":"none","width":lib.util.GetViewport().width+"px"}).insert(document.body);if(!internal.isPopup){el.resizer=new lib.element("DIV").attribute.addClass("Resizer").event.addListener("mousedown",win.resizer.start).insert(el.main);}
24 el.nav={};el.nav.container=new lib.element("DIV").attribute.addClass("Nav").insert(el.left.container);el.nav.console=new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click",lib.util.Curry(d.navigate,window,"console")).update("Console").insert(el.nav.container);el.nav.html=new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("click",lib.util
99 styleSheet.insertRule(rule,styleSheet.cssRules.length);}}}},scriptsSelectbox:function(){with(firebug){d.scripts.open(parseInt(el.button.scripts.selectbox.environment.getElement().v global() class in pi
[all...]
H A Dfirebug-lite-1.2.js52 window.console[command] = firebug.lib.util.Curry(firebug.d.console.run,window,command);
56 firebug.d.console.run('error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getFileName(_file),_line));
93 env.popupWidth = window.opener.firebug.env.popupWidth || window.opener.firebug.lib.util.GetViewport().width;
94 env.popupHeight = window.opener.firebug.env.popupHeight || window.opener.firebug.lib.util.GetViewport().height;
97 env.popupWidth = env.popupWidth || lib.util.GetViewport().width;
98 env.popupHeight = env.popupHeight || lib.util.GetViewport().height;
133 el.mainiframe = new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width+"px" }).insert(document.body);
134 el.main = new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width+"px" }).insert(document.body);
170 el.nav.console = new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click",lib.util.Curry(d.navigate,window,"console")).update("Console").insert(el.nav.container);
171 el.nav.html = new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("click",lib.util
1935 pi.util = { global() class in pi
[all...]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php28 private $util; variable in Prophecy\\Call\\CallCenter
38 * @param StringUtil $util
40 public function __construct(StringUtil $util = null) argument
42 $this->util = $util ?: new StringUtil;
158 array_map(array($this->util, 'stringify'), $arguments),
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorToolBar.java7 import java.util.ArrayList;
8 import java.util.Arrays;
9 import java.util.List;
26 import com.mxgraph.swing.util.mxGraphActions;
27 import com.mxgraph.util.mxConstants;
28 import com.mxgraph.util.mxEvent;
29 import com.mxgraph.util.mxEventObject;
30 import com.mxgraph.util.mxResources;
31 import com.mxgraph.util.mxEventSource.mxIEventListener;

1234567891011